Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.wangzaixiang |
ArtifactId | ArtifactIdspray-json_2.11 |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
spray-json_2.11-1.3.4.pom | |
spray-json_2.11-1.3.4.jar | 302 KB |
spray-json_2.11-1.3.4-sources.jar | 24 KB |
spray-json_2.11-1.3.4-javadoc.jar | 654 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wangzaixiang/spray-json_2.11/ -->
<dependency>
<groupId>com.github.wangzaixiang</groupId>
<artifactId>spray-json_2.11</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wangzaixiang/spray-json_2.11/
implementation 'com.github.wangzaixiang:spray-json_2.11:1.3.4'
// https://jarcasting.com/artifacts/com.github.wangzaixiang/spray-json_2.11/
implementation ("com.github.wangzaixiang:spray-json_2.11:1.3.4")
'com.github.wangzaixiang:spray-json_2.11:jar:1.3.4'
<dependency org="com.github.wangzaixiang" name="spray-json_2.11" rev="1.3.4">
<artifact name="spray-json_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wangzaixiang', module='spray-json_2.11', version='1.3.4')
)
libraryDependencies += "com.github.wangzaixiang" % "spray-json_2.11" % "1.3.4"
[com.github.wangzaixiang/spray-json_2.11 "1.3.4"]