Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.xbib |
ArtifactId | ArtifactIdcontent-json |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
content-json-2.0.5.pom | |
content-json-2.0.5.jar | 51 KB |
content-json-2.0.5-sources.jar | 43 KB |
content-json-2.0.5-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/content-json/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>content-json</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/content-json/
implementation 'org.xbib:content-json:2.0.5'
// https://jarcasting.com/artifacts/org.xbib/content-json/
implementation ("org.xbib:content-json:2.0.5")
'org.xbib:content-json:jar:2.0.5'
<dependency org="org.xbib" name="content-json" rev="2.0.5">
<artifact name="content-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='content-json', version='2.0.5')
)
libraryDependencies += "org.xbib" % "content-json" % "2.0.5"
[org.xbib/content-json "2.0.5"]