GroupId | GroupIdio.github.jinlongliao |
---|---|
ArtifactId | ArtifactIdcommons-crypt |
Last Version | Last Version1.0.1.release |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
commons-crypt-1.0.1.release.pom | |
commons-crypt-1.0.1.release.jar | 24 KB |
commons-crypt-1.0.1.release-sources.jar | 19 KB |
commons-crypt-1.0.1.release-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jinlongliao/commons-crypt/ -->
<dependency>
<groupId>io.github.jinlongliao</groupId>
<artifactId>commons-crypt</artifactId>
<version>1.0.1.release</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jinlongliao/commons-crypt/
implementation 'io.github.jinlongliao:commons-crypt:1.0.1.release'
// https://jarcasting.com/artifacts/io.github.jinlongliao/commons-crypt/
implementation ("io.github.jinlongliao:commons-crypt:1.0.1.release")
'io.github.jinlongliao:commons-crypt:jar:1.0.1.release'
<dependency org="io.github.jinlongliao" name="commons-crypt" rev="1.0.1.release">
<artifact name="commons-crypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jinlongliao', module='commons-crypt', version='1.0.1.release')
)
libraryDependencies += "io.github.jinlongliao" % "commons-crypt" % "1.0.1.release"
[io.github.jinlongliao/commons-crypt "1.0.1.release"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bcprov-jdk15on | jar | 1.66 |
io.github.jinlongliao : commons-common | jar | ${project.version} |