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

org.jsonurl:parent 1

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

Категории

Категории

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

Группа

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

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

parent
Версия

Версия

1
Тип

Тип

pom

Скачать parent 1

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

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