Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.github.leonardoxh |
ArtifactId | ArtifactIdkeystore-ultimate |
Version | Version1.1.6 |
Type | Typeaar |
Filename | Size |
---|---|
keystore-ultimate-1.1.6.pom | |
keystore-ultimate-1.1.6.aar | 12 KB |
keystore-ultimate-1.1.6-sources.jar | 11 KB |
keystore-ultimate-1.1.6-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.leonardoxh/keystore-ultimate/ -->
<dependency>
<groupId>com.github.leonardoxh</groupId>
<artifactId>keystore-ultimate</artifactId>
<version>1.1.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.leonardoxh/keystore-ultimate/
implementation 'com.github.leonardoxh:keystore-ultimate:1.1.6'
// https://jarcasting.com/artifacts/com.github.leonardoxh/keystore-ultimate/
implementation ("com.github.leonardoxh:keystore-ultimate:1.1.6")
'com.github.leonardoxh:keystore-ultimate:aar:1.1.6'
<dependency org="com.github.leonardoxh" name="keystore-ultimate" rev="1.1.6">
<artifact name="keystore-ultimate" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.leonardoxh', module='keystore-ultimate', version='1.1.6')
)
libraryDependencies += "com.github.leonardoxh" % "keystore-ultimate" % "1.1.6"
[com.github.leonardoxh/keystore-ultimate "1.1.6"]