GroupId | GroupIdsoftware.pando.crypto |
---|---|
ArtifactId | ArtifactIdsalty-coffee |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
salty-coffee-1.0.2.pom | |
salty-coffee-1.0.2.jar | 53 KB |
salty-coffee-1.0.2-sources.jar | 45 KB |
salty-coffee-1.0.2-javadoc.jar | 416 KB |
Browse |
<!-- https://jarcasting.com/artifacts/software.pando.crypto/salty-coffee/ -->
<dependency>
<groupId>software.pando.crypto</groupId>
<artifactId>salty-coffee</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/software.pando.crypto/salty-coffee/
implementation 'software.pando.crypto:salty-coffee:1.0.2'
// https://jarcasting.com/artifacts/software.pando.crypto/salty-coffee/
implementation ("software.pando.crypto:salty-coffee:1.0.2")
'software.pando.crypto:salty-coffee:jar:1.0.2'
<dependency org="software.pando.crypto" name="salty-coffee" rev="1.0.2">
<artifact name="salty-coffee" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.pando.crypto', module='salty-coffee', version='1.0.2')
)
libraryDependencies += "software.pando.crypto" % "salty-coffee" % "1.0.2"
[software.pando.crypto/salty-coffee "1.0.2"]