langx-java-security-gm-jca-bouncycastle
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.bes2008.solution.langx.security</groupId> <artifactId>langx-java-security-gm-jca-bouncycastle</artifactId> <version>5.5.2</version> </dependency>
<?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/xsd/maven-4.0.0.xsd"> <parent> <groupId>io.github.bes2008.solution.langx.security</groupId> <artifactId>langx-java-security-gm</artifactId> <version>5.5.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>langx-java-security-gm-jca-bouncycastle</artifactId> <properties> <Automatic-Module-Name>com.jn.langx.security.gm.jca.bouncycastle</Automatic-Module-Name> </properties> <name>${project.groupId}:${project.artifactId}:${project.version}</name> <dependencies> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> </dependency> </dependencies> </project>