GroupId | GroupIdio.github.shaohuizhe |
---|---|
ArtifactId | ArtifactIdencrypt |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
encrypt-1.1.4.pom | |
encrypt-1.1.4.jar | 14 KB |
encrypt-1.1.4-sources.jar | 8 KB |
encrypt-1.1.4-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/encrypt/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>encrypt</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/encrypt/
implementation 'io.github.shaohuizhe:encrypt:1.1.4'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/encrypt/
implementation ("io.github.shaohuizhe:encrypt:1.1.4")
'io.github.shaohuizhe:encrypt:jar:1.1.4'
<dependency org="io.github.shaohuizhe" name="encrypt" rev="1.1.4">
<artifact name="encrypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='encrypt', version='1.1.4')
)
libraryDependencies += "io.github.shaohuizhe" % "encrypt" % "1.1.4"
[io.github.shaohuizhe/encrypt "1.1.4"]