Repository Parent

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

License

License

GroupId

GroupId

org.lazydog.repository
ArtifactId

ArtifactId

repository-parent
Last Version

Last Version

1.12
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

http://www.lazydog.org
Project Organization

Project Organization

Lazydog

Download repository-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • repository-api
  • repository-jpa-impl
  • repository-ldap-impl

Versions

Version
1.12
1.11