GroupId | GroupIdcom.github.marks-yag |
---|---|
ArtifactId | ArtifactIdcrypto |
Version | Version0.9.9 |
Type | Typejar |
Filename | Size |
---|---|
crypto-0.9.9.pom | |
crypto-0.9.9.jar | 6 KB |
crypto-0.9.9-sources.jar | 3 KB |
crypto-0.9.9-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marks-yag/crypto/ -->
<dependency>
<groupId>com.github.marks-yag</groupId>
<artifactId>crypto</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/crypto/
implementation 'com.github.marks-yag:crypto:0.9.9'
// https://jarcasting.com/artifacts/com.github.marks-yag/crypto/
implementation ("com.github.marks-yag:crypto:0.9.9")
'com.github.marks-yag:crypto:jar:0.9.9'
<dependency org="com.github.marks-yag" name="crypto" rev="0.9.9">
<artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='crypto', version='0.9.9')
)
libraryDependencies += "com.github.marks-yag" % "crypto" % "0.9.9"
[com.github.marks-yag/crypto "0.9.9"]