Categories |
CategoriesJSON Data ORM |
---|---|
GroupId | GroupIdcom.fommil |
ArtifactId | ArtifactIdjsonformat_2.11 |
Version | Version1.0.0-RC7 |
Type | Typejar |
Filename | Size |
---|---|
jsonformat_2.11-1.0.0-RC7.pom | |
jsonformat_2.11-1.0.0-RC7.jar | 360 KB |
jsonformat_2.11-1.0.0-RC7-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fommil/jsonformat_2.11/ -->
<dependency>
<groupId>com.fommil</groupId>
<artifactId>jsonformat_2.11</artifactId>
<version>1.0.0-RC7</version>
</dependency>
// https://jarcasting.com/artifacts/com.fommil/jsonformat_2.11/
implementation 'com.fommil:jsonformat_2.11:1.0.0-RC7'
// https://jarcasting.com/artifacts/com.fommil/jsonformat_2.11/
implementation ("com.fommil:jsonformat_2.11:1.0.0-RC7")
'com.fommil:jsonformat_2.11:jar:1.0.0-RC7'
<dependency org="com.fommil" name="jsonformat_2.11" rev="1.0.0-RC7">
<artifact name="jsonformat_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fommil', module='jsonformat_2.11', version='1.0.0-RC7')
)
libraryDependencies += "com.fommil" % "jsonformat_2.11" % "1.0.0-RC7"
[com.fommil/jsonformat_2.11 "1.0.0-RC7"]