Categories |
CategoriesJSON Data CRaSH General Purpose Libraries Utility |
---|---|
GroupId | GroupIdio.crashbox |
ArtifactId | ArtifactIdspray-json_2.13.0-M5 |
Version | Version1.3.5-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.crashbox/spray-json_2.13.0-M5/ -->
<dependency>
<groupId>io.crashbox</groupId>
<artifactId>spray-json_2.13.0-M5</artifactId>
<version>1.3.5-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.crashbox/spray-json_2.13.0-M5/
implementation 'io.crashbox:spray-json_2.13.0-M5:1.3.5-1'
// https://jarcasting.com/artifacts/io.crashbox/spray-json_2.13.0-M5/
implementation ("io.crashbox:spray-json_2.13.0-M5:1.3.5-1")
'io.crashbox:spray-json_2.13.0-M5:jar:1.3.5-1'
<dependency org="io.crashbox" name="spray-json_2.13.0-M5" rev="1.3.5-1">
<artifact name="spray-json_2.13.0-M5" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.crashbox', module='spray-json_2.13.0-M5', version='1.3.5-1')
)
libraryDependencies += "io.crashbox" % "spray-json_2.13.0-M5" % "1.3.5-1"
[io.crashbox/spray-json_2.13.0-M5 "1.3.5-1"]