1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- <packaging>jar</packaging>
- <name>Bouncy Castle Provider</name>
- <version>1.56</version>
- <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.</description>
- <url>http://www.bouncycastle.org/java.html</url>
- <licenses>
- <license>
- <name>Bouncy Castle Licence</name>
- <url>http://www.bouncycastle.org/licence.html</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <scm>
- <url>https://github.com/bcgit/bc-java</url>
- </scm>
- <issueManagement>
- <system>JIRA</system>
- <url>http://www.bouncycastle.org/jira/secure/Dashboard.jspa</url>
- </issueManagement>
- <developers>
- <developer>
- <id>feedback-crypto</id>
- <name>The Legion of the Bouncy Castle Inc.</name>
- <email>feedback-crypto@bouncycastle.org</email>
- </developer>
- </developers>
- </project>
|