2019-10-11 12:59:50 +02:00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2012-02-24 09:48:17 +01:00
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.bouncycastle</groupId>
2015-02-10 13:31:42 +01:00
<artifactId>bcprov-jdk15on</artifactId>
2012-02-24 09:48:17 +01:00
<packaging>jar</packaging>
<name>Bouncy Castle Provider</name>
2019-10-11 12:59:50 +02:00
<version>1.64</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 Java 5 to Java 11.</description>
<url>https://www.bouncycastle.org/java.html</url>
2012-02-24 09:48:17 +01:00
<licenses>
<license>
<name>Bouncy Castle Licence</name>
2019-10-11 12:59:50 +02:00
<url>https://www.bouncycastle.org/licence.html</url>
2012-02-24 09:48:17 +01:00
<distribution>repo</distribution>
</license>
</licenses>
<scm>
2015-02-10 13:31:42 +01:00
<url>https://github.com/bcgit/bc-java</url>
2012-02-24 09:48:17 +01:00
</scm>
2015-02-10 13:31:42 +01:00
<issueManagement>
2017-09-15 09:30:46 +02:00
<system>GitHub</system>
<url>https://github.com/bcgit/bc-java/issues</url>
2015-02-10 13:31:42 +01:00
</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>