bcmail-jdk14-138.pom 1018 B

12345678910111213141516171819
  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>bcmail-jdk14</artifactId>
  6. <version>138</version>
  7. <name>Legion of the Bouncy Castle Java Cryptography APIs</name>
  8. <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>
  9. <url>http://www.bouncycastle.org/java.html</url>
  10. <licenses>
  11. <license>
  12. <name>Bouncy Castle License</name>
  13. <url>http://www.bouncycastle.org/licence.html</url>
  14. <distribution>repo</distribution>
  15. </license>
  16. </licenses>
  17. </project>