GroupId | GroupIdorg.sklsft.commons |
---|---|
ArtifactId | ArtifactIdcommons-crypto |
Version | Version3.0.0-M3 |
Type | Typejar |
Filename | Size |
---|---|
commons-crypto-3.0.0-M3.pom | |
commons-crypto-3.0.0-M3.jar | 7 KB |
commons-crypto-3.0.0-M3-sources.jar | 4 KB |
commons-crypto-3.0.0-M3-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sklsft.commons/commons-crypto/ -->
<dependency>
<groupId>org.sklsft.commons</groupId>
<artifactId>commons-crypto</artifactId>
<version>3.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-crypto/
implementation 'org.sklsft.commons:commons-crypto:3.0.0-M3'
// https://jarcasting.com/artifacts/org.sklsft.commons/commons-crypto/
implementation ("org.sklsft.commons:commons-crypto:3.0.0-M3")
'org.sklsft.commons:commons-crypto:jar:3.0.0-M3'
<dependency org="org.sklsft.commons" name="commons-crypto" rev="3.0.0-M3">
<artifact name="commons-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sklsft.commons', module='commons-crypto', version='3.0.0-M3')
)
libraryDependencies += "org.sklsft.commons" % "commons-crypto" % "3.0.0-M3"
[org.sklsft.commons/commons-crypto "3.0.0-M3"]