License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.github.yelong0216 |
ArtifactId | ArtifactIdyelong-security |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionyelong-security
一些数据算法的实现。如:SM3、SM4
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yelong-security-1.1.1.pom | |
yelong-security-1.1.1.jar | 18 KB |
yelong-security-1.1.1-sources.jar | 14 KB |
yelong-security-1.1.1-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yelong0216/yelong-security/ -->
<dependency>
<groupId>com.github.yelong0216</groupId>
<artifactId>yelong-security</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-security/
implementation 'com.github.yelong0216:yelong-security:1.1.1'
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-security/
implementation ("com.github.yelong0216:yelong-security:1.1.1")
'com.github.yelong0216:yelong-security:jar:1.1.1'
<dependency org="com.github.yelong0216" name="yelong-security" rev="1.1.1">
<artifact name="yelong-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216', module='yelong-security', version='1.1.1')
)
libraryDependencies += "com.github.yelong0216" % "yelong-security" % "1.1.1"
[com.github.yelong0216/yelong-security "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.8.1 |
commons-codec : commons-codec | jar | 1.11 |
commons-io : commons-io | jar | 2.6 |
org.bouncycastle : bcprov-jdk15on | jar | 1.56 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0-M1 |