GroupId | GroupIdcom.tailoredshapes.underbar |
---|---|
ArtifactId | ArtifactIdcrypto |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
crypto-0.1.1.pom | |
crypto-0.1.1.jar | 9 KB |
crypto-0.1.1-sources.jar | 4 KB |
crypto-0.1.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tailoredshapes.underbar/crypto/ -->
<dependency>
<groupId>com.tailoredshapes.underbar</groupId>
<artifactId>crypto</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tailoredshapes.underbar/crypto/
implementation 'com.tailoredshapes.underbar:crypto:0.1.1'
// https://jarcasting.com/artifacts/com.tailoredshapes.underbar/crypto/
implementation ("com.tailoredshapes.underbar:crypto:0.1.1")
'com.tailoredshapes.underbar:crypto:jar:0.1.1'
<dependency org="com.tailoredshapes.underbar" name="crypto" rev="0.1.1">
<artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tailoredshapes.underbar', module='crypto', version='0.1.1')
)
libraryDependencies += "com.tailoredshapes.underbar" % "crypto" % "0.1.1"
[com.tailoredshapes.underbar/crypto "0.1.1"]