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

org.lazydog.repository:repository-parent 1.11

The repository code is intended to be used as a general purpose repository API and implementation for Java applications.

Группа

Группа

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

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

repository-parent
Версия

Версия

1.11
Тип

Тип

pom

Скачать repository-parent 1.11

Имя Файла Размер
repository-parent-1.11.pom 7 KB
Обзор

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