Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.testerum |
ArtifactId | ArtifactIdcommon-json |
Version | Version5.2.2 |
Type | Typejar |
Filename | Size |
---|---|
common-json-5.2.2.pom | |
common-json-5.2.2.jar | 6 KB |
common-json-5.2.2-sources.jar | 3 KB |
common-json-5.2.2-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testerum/common-json/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>common-json</artifactId>
<version>5.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/common-json/
implementation 'com.testerum:common-json:5.2.2'
// https://jarcasting.com/artifacts/com.testerum/common-json/
implementation ("com.testerum:common-json:5.2.2")
'com.testerum:common-json:jar:5.2.2'
<dependency org="com.testerum" name="common-json" rev="5.2.2">
<artifact name="common-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='common-json', version='5.2.2')
)
libraryDependencies += "com.testerum" % "common-json" % "5.2.2"
[com.testerum/common-json "5.2.2"]