Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.jwebmp.thirdparty |
ArtifactId | ArtifactIdjson |
Version | Version0.67.0.5 |
Type | Typejar |
Filename | Size |
---|---|
json-0.67.0.5.pom | |
json-0.67.0.5.jar | 62 KB |
json-0.67.0.5-tests.jar | 3 KB |
json-0.67.0.5-sources.jar | 75 KB |
json-0.67.0.5-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jwebmp.thirdparty/json/ -->
<dependency>
<groupId>com.jwebmp.thirdparty</groupId>
<artifactId>json</artifactId>
<version>0.67.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.thirdparty/json/
implementation 'com.jwebmp.thirdparty:json:0.67.0.5'
// https://jarcasting.com/artifacts/com.jwebmp.thirdparty/json/
implementation ("com.jwebmp.thirdparty:json:0.67.0.5")
'com.jwebmp.thirdparty:json:jar:0.67.0.5'
<dependency org="com.jwebmp.thirdparty" name="json" rev="0.67.0.5">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.thirdparty', module='json', version='0.67.0.5')
)
libraryDependencies += "com.jwebmp.thirdparty" % "json" % "0.67.0.5"
[com.jwebmp.thirdparty/json "0.67.0.5"]