Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.itest |
ArtifactId | ArtifactIditest-json-simple-parser |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.itest/itest-json-simple-parser/ -->
<dependency>
<groupId>org.itest</groupId>
<artifactId>itest-json-simple-parser</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.itest/itest-json-simple-parser/
implementation 'org.itest:itest-json-simple-parser:1.0.2'
// https://jarcasting.com/artifacts/org.itest/itest-json-simple-parser/
implementation ("org.itest:itest-json-simple-parser:1.0.2")
'org.itest:itest-json-simple-parser:jar:1.0.2'
<dependency org="org.itest" name="itest-json-simple-parser" rev="1.0.2">
<artifact name="itest-json-simple-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.itest', module='itest-json-simple-parser', version='1.0.2')
)
libraryDependencies += "org.itest" % "itest-json-simple-parser" % "1.0.2"
[org.itest/itest-json-simple-parser "1.0.2"]