Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.github.leonardoxh |
ArtifactId | ArtifactIdkeystore-ultimate-test |
Version | Version1.2.1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.leonardoxh/keystore-ultimate-test/ -->
<dependency>
<groupId>com.github.leonardoxh</groupId>
<artifactId>keystore-ultimate-test</artifactId>
<version>1.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.leonardoxh/keystore-ultimate-test/
implementation 'com.github.leonardoxh:keystore-ultimate-test:1.2.1'
// https://jarcasting.com/artifacts/com.github.leonardoxh/keystore-ultimate-test/
implementation ("com.github.leonardoxh:keystore-ultimate-test:1.2.1")
'com.github.leonardoxh:keystore-ultimate-test:aar:1.2.1'
<dependency org="com.github.leonardoxh" name="keystore-ultimate-test" rev="1.2.1">
<artifact name="keystore-ultimate-test" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.leonardoxh', module='keystore-ultimate-test', version='1.2.1')
)
libraryDependencies += "com.github.leonardoxh" % "keystore-ultimate-test" % "1.2.1"
[com.github.leonardoxh/keystore-ultimate-test "1.2.1"]