| Категории |
КатегорииJSON Данные |
|---|---|
| Группа | Группаorg.commonjava.web |
| Идентификатор | Идентификаторjson-tools |
| Версия | Версия0.3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| json-tools-0.3.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.commonjava.web/json-tools/ -->
<dependency>
<groupId>org.commonjava.web</groupId>
<artifactId>json-tools</artifactId>
<version>0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.web/json-tools/
implementation 'org.commonjava.web:json-tools:0.3'
// https://jarcasting.com/artifacts/org.commonjava.web/json-tools/
implementation ("org.commonjava.web:json-tools:0.3")
'org.commonjava.web:json-tools:pom:0.3'
<dependency org="org.commonjava.web" name="json-tools" rev="0.3">
<artifact name="json-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.web', module='json-tools', version='0.3')
)
libraryDependencies += "org.commonjava.web" % "json-tools" % "0.3"
[org.commonjava.web/json-tools "0.3"]