GroupId | GroupIdorg.sklsft.commons |
---|---|
ArtifactId | ArtifactIdcommons-crypto |
Version | Version1.0.0-M2-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sklsft.commons/commons-crypto/ -->
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-crypto</artifactId>
<version>1.0.0-M2-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-crypto/
implementation 'org.sklsft.commons:commons-crypto:1.0.0-M2-1'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-crypto/
implementation ("org.sklsft.commons:commons-crypto:1.0.0-M2-1")
'org.sklsft.commons:commons-crypto:jar:1.0.0-M2-1'
<dependency org="org.sklsft.commons" name="commons-crypto" rev="1.0.0-M2-1">
<artifact name="commons-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-crypto', version='1.0.0-M2-1')
)
libraryDependencies += "org.sklsft.commons" % "commons-crypto" % "1.0.0-M2-1"
[org.sklsft.commons/commons-crypto "1.0.0-M2-1"]