| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection JSON Данные |
|---|---|
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторjson |
| Версия | Версия1.2.1.2-jre17 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| json-1.2.1.2-jre17.pom | |
| json-1.2.1.2-jre17.jar | 72 KB |
| json-1.2.1.2-jre17-sources.jar | 82 KB |
| json-1.2.1.2-jre17-javadoc.jar | 270 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/json/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>json</artifactId>
<version>1.2.1.2-jre17</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/json/
implementation 'com.guicedee.services:json:1.2.1.2-jre17'
// https://jarcasting.com/artifacts/com.guicedee.services/json/
implementation ("com.guicedee.services:json:1.2.1.2-jre17")
'com.guicedee.services:json:jar:1.2.1.2-jre17'
<dependency org="com.guicedee.services" name="json" rev="1.2.1.2-jre17">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='json', version='1.2.1.2-jre17')
)
libraryDependencies += "com.guicedee.services" % "json" % "1.2.1.2-jre17"
[com.guicedee.services/json "1.2.1.2-jre17"]