не последняя версия
Последняя версия 4

org.jsonurl:parent 2

${jsonurl.description} This is the parent POM for the all jsonurl maven artifacts.

Категории

Категории

JSON Данные
Группа

Группа

org.jsonurl
Идентификатор

Идентификатор

parent
Версия

Версия

2
Тип

Тип

pom

Скачать parent 2

Имя Файла Размер
parent-2.pom 12 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.jsonurl/parent/ -->
<dependency>
    <groupId>org.jsonurl</groupId>
    <artifactId>parent</artifactId>
    <version>2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jsonurl/parent/
implementation 'org.jsonurl:parent:2'
// https://jarcasting.com/artifacts/org.jsonurl/parent/
implementation ("org.jsonurl:parent:2")
'org.jsonurl:parent:pom:2'
<dependency org="org.jsonurl" name="parent" rev="2">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jsonurl', module='parent', version='2')
)
libraryDependencies += "org.jsonurl" % "parent" % "2"
[org.jsonurl/parent "2"]