Categories |
CategoriesData Net JSON |
---|---|
GroupId | GroupIdnet.databinder |
ArtifactId | ArtifactIdunfiltered-json4s_2.11 |
Version | Version0.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.databinder/unfiltered-json4s_2.11/ -->
<dependency>
<groupId>net.databinder</groupId>
<artifactId>unfiltered-json4s_2.11</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.databinder/unfiltered-json4s_2.11/
implementation 'net.databinder:unfiltered-json4s_2.11:0.8.0'
// https://jarcasting.com/artifacts/net.databinder/unfiltered-json4s_2.11/
implementation ("net.databinder:unfiltered-json4s_2.11:0.8.0")
'net.databinder:unfiltered-json4s_2.11:jar:0.8.0'
<dependency org="net.databinder" name="unfiltered-json4s_2.11" rev="0.8.0">
<artifact name="unfiltered-json4s_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.databinder', module='unfiltered-json4s_2.11', version='0.8.0')
)
libraryDependencies += "net.databinder" % "unfiltered-json4s_2.11" % "0.8.0"
[net.databinder/unfiltered-json4s_2.11 "0.8.0"]