Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIdjson |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
json-2.1.2.pom | |
json-2.1.2.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/json/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>json</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/json/
implementation 'com.twitter:json:2.1.2'
// https://jarcasting.com/artifacts/com.twitter/json/
implementation ("com.twitter:json:2.1.2")
'com.twitter:json:jar:2.1.2'
<dependency org="com.twitter" name="json" rev="2.1.2">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='json', version='2.1.2')
)
libraryDependencies += "com.twitter" % "json" % "2.1.2"
[com.twitter/json "2.1.2"]