| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdone.xingyi |
| ArtifactId | ArtifactIdjson4s_2.12 |
| Version | Version0.5.20 |
| Type | Typejar |
| Filename | Size |
|---|---|
| json4s_2.12-0.5.20.pom | |
| json4s_2.12-0.5.20.jar | 16 KB |
| json4s_2.12-0.5.20-sources.jar | 2 KB |
| json4s_2.12-0.5.20-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/one.xingyi/json4s_2.12/ -->
<dependency>
<groupId>one.xingyi</groupId>
<artifactId>json4s_2.12</artifactId>
<version>0.5.20</version>
</dependency>
// https://jarcasting.com/artifacts/one.xingyi/json4s_2.12/
implementation 'one.xingyi:json4s_2.12:0.5.20'
// https://jarcasting.com/artifacts/one.xingyi/json4s_2.12/
implementation ("one.xingyi:json4s_2.12:0.5.20")
'one.xingyi:json4s_2.12:jar:0.5.20'
<dependency org="one.xingyi" name="json4s_2.12" rev="0.5.20">
<artifact name="json4s_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.xingyi', module='json4s_2.12', version='0.5.20')
)
libraryDependencies += "one.xingyi" % "json4s_2.12" % "0.5.20"
[one.xingyi/json4s_2.12 "0.5.20"]