is not current version
Last Version 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.

GroupId

GroupId

org.lazydog.repository
ArtifactId

ArtifactId

repository-parent
Version

Version

1.11
Type

Type

pom

Download repository-parent 1.11


<!-- 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"]