License |
License |
---|---|
GroupId | GroupIdcom.heavenark.infrastructure |
ArtifactId | ArtifactIdark-crypto |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionark-encryption
Heaven Ark Infrastructure Encryption Framework
|
Filename | Size |
---|---|
ark-crypto-1.0.0.pom | |
ark-crypto-1.0.0.jar | 5 KB |
ark-crypto-1.0.0-sources.jar | 4 KB |
ark-crypto-1.0.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heavenark.infrastructure/ark-crypto/ -->
<dependency>
<groupId>com.heavenark.infrastructure</groupId>
<artifactId>ark-crypto</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.heavenark.infrastructure/ark-crypto/
implementation 'com.heavenark.infrastructure:ark-crypto:1.0.0'
// https://jarcasting.com/artifacts/com.heavenark.infrastructure/ark-crypto/
implementation ("com.heavenark.infrastructure:ark-crypto:1.0.0")
'com.heavenark.infrastructure:ark-crypto:jar:1.0.0'
<dependency org="com.heavenark.infrastructure" name="ark-crypto" rev="1.0.0">
<artifact name="ark-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heavenark.infrastructure', module='ark-crypto', version='1.0.0')
)
libraryDependencies += "com.heavenark.infrastructure" % "ark-crypto" % "1.0.0"
[com.heavenark.infrastructure/ark-crypto "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.heavenark.infrastructure : ark-base | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |