18 lines
834 B
XML
18 lines
834 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>boca-light</artifactId>
|
|
<packaging>jar</packaging>
|
|
<parent>
|
|
<groupId>org.bordercastle</groupId>
|
|
<artifactId>boca-parent</artifactId>
|
|
<version>${bordercastle.version}</version>
|
|
</parent>
|
|
<name>BorderCastle Lightweight Crypto API</name>
|
|
<description>
|
|
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms.
|
|
|
|
This jar contains the lightweight API for the Bouncy Castle Cryptography APIs
|
|
for JDK 1.8 and onwards.
|
|
</description>
|
|
</project>
|