Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.github.vatbub |
ArtifactId | ArtifactIdsafeAPIKeyStore |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
safeAPIKeyStore-1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vatbub/safeAPIKeyStore/ -->
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>safeAPIKeyStore</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/safeAPIKeyStore/
implementation 'com.github.vatbub:safeAPIKeyStore:1.0'
// https://jarcasting.com/artifacts/com.github.vatbub/safeAPIKeyStore/
implementation ("com.github.vatbub:safeAPIKeyStore:1.0")
'com.github.vatbub:safeAPIKeyStore:pom:1.0'
<dependency org="com.github.vatbub" name="safeAPIKeyStore" rev="1.0">
<artifact name="safeAPIKeyStore" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='safeAPIKeyStore', version='1.0')
)
libraryDependencies += "com.github.vatbub" % "safeAPIKeyStore" % "1.0"
[com.github.vatbub/safeAPIKeyStore "1.0"]