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