crypto
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.ppzxc</groupId>
<artifactId>crypto</artifactId>
<version>0.0.43</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.ppzxc</groupId>
<artifactId>crypto</artifactId>
<version>0.0.43</version>
<name>crypto</name>
<description>Encryption/Decryption Wrapper And Provide Simple Usability.</description>
<url>https://github.com/ppzxc/crypto</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>ppzxc</id>
<name>JeongHa Cho</name>
<email>cjh8487@naver.com</email>
<url>https://github.com/ppzxc/</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/ppzxc/crypto.git</connection>
<developerConnection>scm:git:ssh://git@github.com/ppzxc/crypto.git</developerConnection>
<url>https://github.com/ppzxc/crypto</url>
</scm>
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.77</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>