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