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