| Категории |
КатегорииJSON Данные |
|---|---|
| Группа | Группаxyz.driver |
| Идентификатор | Идентификаторspray-json-derivation_2.12 |
| Версия | Версия0.2.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/xyz.driver/spray-json-derivation_2.12/ -->
<dependency>
<groupId>xyz.driver</groupId>
<artifactId>spray-json-derivation_2.12</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.driver/spray-json-derivation_2.12/
implementation 'xyz.driver:spray-json-derivation_2.12:0.2.0'
// https://jarcasting.com/artifacts/xyz.driver/spray-json-derivation_2.12/
implementation ("xyz.driver:spray-json-derivation_2.12:0.2.0")
'xyz.driver:spray-json-derivation_2.12:jar:0.2.0'
<dependency org="xyz.driver" name="spray-json-derivation_2.12" rev="0.2.0">
<artifact name="spray-json-derivation_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.driver', module='spray-json-derivation_2.12', version='0.2.0')
)
libraryDependencies += "xyz.driver" % "spray-json-derivation_2.12" % "0.2.0"
[xyz.driver/spray-json-derivation_2.12 "0.2.0"]