GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-cryptography |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-cryptography/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-cryptography</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-cryptography/
implementation 'org.refcodes:refcodes-cryptography:0.1.0'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-cryptography/
implementation ("org.refcodes:refcodes-cryptography:0.1.0")
'org.refcodes:refcodes-cryptography:jar:0.1.0'
<dependency org="org.refcodes" name="refcodes-cryptography" rev="0.1.0">
<artifact name="refcodes-cryptography" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-cryptography', version='0.1.0')
)
libraryDependencies += "org.refcodes" % "refcodes-cryptography" % "0.1.0"
[org.refcodes/refcodes-cryptography "0.1.0"]