| Categories |
CategoriesCLI User Interface KeY Data Data Formats Formal Verification |
|---|---|
| GroupId | GroupIdcom.github.vatbub |
| ArtifactId | ArtifactIdsafeAPIKeyStore.client |
| Version | Version1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.vatbub/safeAPIKeyStore.client/ -->
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>safeAPIKeyStore.client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/safeAPIKeyStore.client/
implementation 'com.github.vatbub:safeAPIKeyStore.client:1.0'
// https://jarcasting.com/artifacts/com.github.vatbub/safeAPIKeyStore.client/
implementation ("com.github.vatbub:safeAPIKeyStore.client:1.0")
'com.github.vatbub:safeAPIKeyStore.client:jar:1.0'
<dependency org="com.github.vatbub" name="safeAPIKeyStore.client" rev="1.0">
<artifact name="safeAPIKeyStore.client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='safeAPIKeyStore.client', version='1.0')
)
libraryDependencies += "com.github.vatbub" % "safeAPIKeyStore.client" % "1.0"
[com.github.vatbub/safeAPIKeyStore.client "1.0"]