GroupId | GroupIdde.trustable |
---|---|
ArtifactId | ArtifactIdcryptoUtil |
Version | Version1.1.12 |
Type | Typejar |
Filename | Size |
---|---|
cryptoUtil-1.1.12.pom | |
cryptoUtil-1.1.12.jar | 94 KB |
cryptoUtil-1.1.12-sources.jar | 47 KB |
cryptoUtil-1.1.12-javadoc.jar | 451 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.trustable/cryptoUtil/ -->
<dependency>
<groupId>de.trustable</groupId>
<artifactId>cryptoUtil</artifactId>
<version>1.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/de.trustable/cryptoUtil/
implementation 'de.trustable:cryptoUtil:1.1.12'
// https://jarcasting.com/artifacts/de.trustable/cryptoUtil/
implementation ("de.trustable:cryptoUtil:1.1.12")
'de.trustable:cryptoUtil:jar:1.1.12'
<dependency org="de.trustable" name="cryptoUtil" rev="1.1.12">
<artifact name="cryptoUtil" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.trustable', module='cryptoUtil', version='1.1.12')
)
libraryDependencies += "de.trustable" % "cryptoUtil" % "1.1.12"
[de.trustable/cryptoUtil "1.1.12"]