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