Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.itest |
ArtifactId | ArtifactIditest-json-simple-parser |
Version | Version1.4.0 |
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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.itest/itest-json-simple-parser/
implementation 'org.itest:itest-json-simple-parser:1.4.0'
// https://jarcasting.com/artifacts/org.itest/itest-json-simple-parser/
implementation ("org.itest:itest-json-simple-parser:1.4.0")
'org.itest:itest-json-simple-parser:jar:1.4.0'
<dependency org="org.itest" name="itest-json-simple-parser" rev="1.4.0">
<artifact name="itest-json-simple-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.itest', module='itest-json-simple-parser', version='1.4.0')
)
libraryDependencies += "org.itest" % "itest-json-simple-parser" % "1.4.0"
[org.itest/itest-json-simple-parser "1.4.0"]