Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.fommil |
ArtifactId | ArtifactIdspray-json-shapeless_2.11 |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fommil/spray-json-shapeless_2.11/ -->
<dependency>
<groupId>com.github.fommil</groupId>
<artifactId>spray-json-shapeless_2.11</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fommil/spray-json-shapeless_2.11/
implementation 'com.github.fommil:spray-json-shapeless_2.11:1.2.0'
// https://jarcasting.com/artifacts/com.github.fommil/spray-json-shapeless_2.11/
implementation ("com.github.fommil:spray-json-shapeless_2.11:1.2.0")
'com.github.fommil:spray-json-shapeless_2.11:jar:1.2.0'
<dependency org="com.github.fommil" name="spray-json-shapeless_2.11" rev="1.2.0">
<artifact name="spray-json-shapeless_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fommil', module='spray-json-shapeless_2.11', version='1.2.0')
)
libraryDependencies += "com.github.fommil" % "spray-json-shapeless_2.11" % "1.2.0"
[com.github.fommil/spray-json-shapeless_2.11 "1.2.0"]