| Категории |
КатегорииJSON Данные |
|---|---|
| Группа | Группаcom.softwaremill.sttp |
| Идентификатор | Идентификаторspray-json_2.11 |
| Версия | Версия1.3.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spray-json_2.11-1.3.1.pom | |
| spray-json_2.11-1.3.1.jar | 5 KB |
| spray-json_2.11-1.3.1-sources.jar | 1 KB |
| spray-json_2.11-1.3.1-javadoc.jar | 343 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp/spray-json_2.11/ -->
<dependency>
<groupId>com.softwaremill.sttp</groupId>
<artifactId>spray-json_2.11</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp/spray-json_2.11/
implementation 'com.softwaremill.sttp:spray-json_2.11:1.3.1'
// https://jarcasting.com/artifacts/com.softwaremill.sttp/spray-json_2.11/
implementation ("com.softwaremill.sttp:spray-json_2.11:1.3.1")
'com.softwaremill.sttp:spray-json_2.11:jar:1.3.1'
<dependency org="com.softwaremill.sttp" name="spray-json_2.11" rev="1.3.1">
<artifact name="spray-json_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp', module='spray-json_2.11', version='1.3.1')
)
libraryDependencies += "com.softwaremill.sttp" % "spray-json_2.11" % "1.3.1"
[com.softwaremill.sttp/spray-json_2.11 "1.3.1"]