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