Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.fasterxml.storemate |
ArtifactId | ArtifactIdstoremate-json |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
storemate-json-0.4.0.pom | |
storemate-json-0.4.0.jar | 13 KB |
storemate-json-0.4.0-tests.jar | 3 KB |
storemate-json-0.4.0-sources.jar | 5 KB |
storemate-json-0.4.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fasterxml.storemate/storemate-json/ -->
<dependency>
<groupId>com.fasterxml.storemate</groupId>
<artifactId>storemate-json</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fasterxml.storemate/storemate-json/
implementation 'com.fasterxml.storemate:storemate-json:0.4.0'
// https://jarcasting.com/artifacts/com.fasterxml.storemate/storemate-json/
implementation ("com.fasterxml.storemate:storemate-json:0.4.0")
'com.fasterxml.storemate:storemate-json:jar:0.4.0'
<dependency org="com.fasterxml.storemate" name="storemate-json" rev="0.4.0">
<artifact name="storemate-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fasterxml.storemate', module='storemate-json', version='0.4.0')
)
libraryDependencies += "com.fasterxml.storemate" % "storemate-json" % "0.4.0"
[com.fasterxml.storemate/storemate-json "0.4.0"]