2012-02-24 09:48:17 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<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>
2018-07-19 12:27:49 +02:00
<version>1.60</version>
2015-10-23 10:48:42 +02:00
<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>
2012-02-24 09:48:17 +01:00
<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>
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>