GroupId | GroupIdio.github.lakernote |
---|---|
ArtifactId | ArtifactIdlaker-encrypt |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
laker-encrypt-1.0.1.pom | |
laker-encrypt-1.0.1.jar | 3 KB |
laker-encrypt-1.0.1-sources.jar | 1 KB |
laker-encrypt-1.0.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.lakernote/laker-encrypt/ -->
<dependency>
<groupId>io.github.lakernote</groupId>
<artifactId>laker-encrypt</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lakernote/laker-encrypt/
implementation 'io.github.lakernote:laker-encrypt:1.0.1'
// https://jarcasting.com/artifacts/io.github.lakernote/laker-encrypt/
implementation ("io.github.lakernote:laker-encrypt:1.0.1")
'io.github.lakernote:laker-encrypt:jar:1.0.1'
<dependency org="io.github.lakernote" name="laker-encrypt" rev="1.0.1">
<artifact name="laker-encrypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lakernote', module='laker-encrypt', version='1.0.1')
)
libraryDependencies += "io.github.lakernote" % "laker-encrypt" % "1.0.1"
[io.github.lakernote/laker-encrypt "1.0.1"]