| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть JSON Данные Gson |
| Группа | Группаnet.cactusthorn.routing |
| Идентификатор | Идентификаторjson-gson |
| Последняя версия | Последняя версия0.30 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRouting :: JSON with Gson
JSON Consumer and Producer using Gson
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| json-gson-0.30.pom | |
| json-gson-0.30.jar | 5 KB |
| json-gson-0.30-sources.jar | 3 KB |
| json-gson-0.30-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.cactusthorn.routing/json-gson/ -->
<dependency>
<groupId>net.cactusthorn.routing</groupId>
<artifactId>json-gson</artifactId>
<version>0.30</version>
</dependency>
// https://jarcasting.com/artifacts/net.cactusthorn.routing/json-gson/
implementation 'net.cactusthorn.routing:json-gson:0.30'
// https://jarcasting.com/artifacts/net.cactusthorn.routing/json-gson/
implementation ("net.cactusthorn.routing:json-gson:0.30")
'net.cactusthorn.routing:json-gson:jar:0.30'
<dependency org="net.cactusthorn.routing" name="json-gson" rev="0.30">
<artifact name="json-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cactusthorn.routing', module='json-gson', version='0.30')
)
libraryDependencies += "net.cactusthorn.routing" % "json-gson" % "0.30"
[net.cactusthorn.routing/json-gson "0.30"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.cactusthorn.routing : core | jar | 0.30 |
| com.google.code.gson : gson | jar | 2.8.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.0-M1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.0-M1 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.0-M1 |
| org.mockito : mockito-core | jar | 3.8.0 |
| org.mockito : mockito-junit-jupiter | jar | 3.8.0 |