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