Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.json4s |
ArtifactId | ArtifactIdjson4s-ast_2.10 |
Version | Version3.3.0.RC1 |
Type | Typejar |
Filename | Size |
---|---|
json4s-ast_2.10-3.3.0.RC1.pom | |
json4s-ast_2.10-3.3.0.RC1.jar | 81 KB |
json4s-ast_2.10-3.3.0.RC1-sources.jar | 7 KB |
json4s-ast_2.10-3.3.0.RC1-javadoc.jar | 451 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.json4s/json4s-ast_2.10/ -->
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-ast_2.10</artifactId>
<version>3.3.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.json4s/json4s-ast_2.10/
implementation 'org.json4s:json4s-ast_2.10:3.3.0.RC1'
// https://jarcasting.com/artifacts/org.json4s/json4s-ast_2.10/
implementation ("org.json4s:json4s-ast_2.10:3.3.0.RC1")
'org.json4s:json4s-ast_2.10:jar:3.3.0.RC1'
<dependency org="org.json4s" name="json4s-ast_2.10" rev="3.3.0.RC1">
<artifact name="json4s-ast_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.json4s', module='json4s-ast_2.10', version='3.3.0.RC1')
)
libraryDependencies += "org.json4s" % "json4s-ast_2.10" % "3.3.0.RC1"
[org.json4s/json4s-ast_2.10 "3.3.0.RC1"]