bcprov-jdk14-138.pom 1.0 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>bouncycastle</groupId>
  5. <artifactId>bcprov-jdk14</artifactId>
  6. <version>138</version>
  7. <packaging>jar</packaging>
  8. <name>Legion of the Bouncy Castle Java Cryptography APIs</name>
  9. <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME) with the additional infrastructure to conform the algorithms to the JCE framework.</description>
  10. <url>http://www.bouncycastle.org/java.html</url>
  11. <licenses>
  12. <license>
  13. <name>Bouncy Castle License</name>
  14. <url>http://www.bouncycastle.org/licence.html</url>
  15. <distribution>repo</distribution>
  16. </license>
  17. </licenses>
  18. </project>