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