GroupId | GroupIdchat.dim |
---|---|
ArtifactId | ArtifactIdCrypto |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
Crypto-0.1.0.pom | |
Crypto-0.1.0.jar | 31 KB |
Crypto-0.1.0-sources.jar | 36 KB |
Crypto-0.1.0-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/chat.dim/Crypto/ -->
<dependency>
<groupId>chat.dim</groupId>
<artifactId>Crypto</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/chat.dim/Crypto/
implementation 'chat.dim:Crypto:0.1.0'
// https://jarcasting.com/artifacts/chat.dim/Crypto/
implementation ("chat.dim:Crypto:0.1.0")
'chat.dim:Crypto:jar:0.1.0'
<dependency org="chat.dim" name="Crypto" rev="0.1.0">
<artifact name="Crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='chat.dim', module='Crypto', version='0.1.0')
)
libraryDependencies += "chat.dim" % "Crypto" % "0.1.0"
[chat.dim/Crypto "0.1.0"]