Abstract Persistence

A bunch of classes that help developers building their persistence module.

License

License

GroupId

GroupId

com.github.jhonyscamacho
ArtifactId

ArtifactId

abstract-persistence
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Abstract Persistence
A bunch of classes that help developers building their persistence module.

Download abstract-persistence

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.jhonyscamacho/abstract-persistence/ -->
<dependency>
    <groupId>com.github.jhonyscamacho</groupId>
    <artifactId>abstract-persistence</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jhonyscamacho/abstract-persistence/
implementation 'com.github.jhonyscamacho:abstract-persistence:2.0.0'
// https://jarcasting.com/artifacts/com.github.jhonyscamacho/abstract-persistence/
implementation ("com.github.jhonyscamacho:abstract-persistence:2.0.0")
'com.github.jhonyscamacho:abstract-persistence:jar:2.0.0'
<dependency org="com.github.jhonyscamacho" name="abstract-persistence" rev="2.0.0">
  <artifact name="abstract-persistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jhonyscamacho', module='abstract-persistence', version='2.0.0')
)
libraryDependencies += "com.github.jhonyscamacho" % "abstract-persistence" % "2.0.0"
[com.github.jhonyscamacho/abstract-persistence "2.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.jhonyscamacho : abstract-domain jar 2.0.0

provided (1)

Group / Artifact Type Version
javax : javaee-api jar 7.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.2
1.0.1