| Categories |
CategoriesData Net JSON |
|---|---|
| GroupId | GroupIdnet.databinder |
| ArtifactId | ArtifactIddispatch-http-json_2.10 |
| Version | Version0.8.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dispatch-http-json_2.10-0.8.9.pom | |
| dispatch-http-json_2.10-0.8.9.jar | 6 KB |
| dispatch-http-json_2.10-0.8.9-sources.jar | 674 bytes |
| dispatch-http-json_2.10-0.8.9-javadoc.jar | 354 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.databinder/dispatch-http-json_2.10/ -->
<dependency>
<groupId>net.databinder</groupId>
<artifactId>dispatch-http-json_2.10</artifactId>
<version>0.8.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.databinder/dispatch-http-json_2.10/
implementation 'net.databinder:dispatch-http-json_2.10:0.8.9'
// https://jarcasting.com/artifacts/net.databinder/dispatch-http-json_2.10/
implementation ("net.databinder:dispatch-http-json_2.10:0.8.9")
'net.databinder:dispatch-http-json_2.10:jar:0.8.9'
<dependency org="net.databinder" name="dispatch-http-json_2.10" rev="0.8.9">
<artifact name="dispatch-http-json_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.databinder', module='dispatch-http-json_2.10', version='0.8.9')
)
libraryDependencies += "net.databinder" % "dispatch-http-json_2.10" % "0.8.9"
[net.databinder/dispatch-http-json_2.10 "0.8.9"]