Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.jsondoc |
ArtifactId | ArtifactIdjsondoc-master |
Version | Version1.1.2 |
Type | Typepom |
Filename | Size |
---|---|
jsondoc-master-1.1.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsondoc/jsondoc-master/ -->
<dependency>
<groupId>org.jsondoc</groupId>
<artifactId>jsondoc-master</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jsondoc/jsondoc-master/
implementation 'org.jsondoc:jsondoc-master:1.1.2'
// https://jarcasting.com/artifacts/org.jsondoc/jsondoc-master/
implementation ("org.jsondoc:jsondoc-master:1.1.2")
'org.jsondoc:jsondoc-master:pom:1.1.2'
<dependency org="org.jsondoc" name="jsondoc-master" rev="1.1.2">
<artifact name="jsondoc-master" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jsondoc', module='jsondoc-master', version='1.1.2')
)
libraryDependencies += "org.jsondoc" % "jsondoc-master" % "1.1.2"
[org.jsondoc/jsondoc-master "1.1.2"]