Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.jsondoc |
ArtifactId | ArtifactIdjsondoc-sample-external |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jsondoc/jsondoc-sample-external/ -->
<dependency>
<groupId>org.jsondoc</groupId>
<artifactId>jsondoc-sample-external</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsondoc/jsondoc-sample-external/
implementation 'org.jsondoc:jsondoc-sample-external:1.0.3'
// https://jarcasting.com/artifacts/org.jsondoc/jsondoc-sample-external/
implementation ("org.jsondoc:jsondoc-sample-external:1.0.3")
'org.jsondoc:jsondoc-sample-external:jar:1.0.3'
<dependency org="org.jsondoc" name="jsondoc-sample-external" rev="1.0.3">
<artifact name="jsondoc-sample-external" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsondoc', module='jsondoc-sample-external', version='1.0.3')
)
libraryDependencies += "org.jsondoc" % "jsondoc-sample-external" % "1.0.3"
[org.jsondoc/jsondoc-sample-external "1.0.3"]