License |
License |
---|---|
GroupId | GroupIdcom.github.jhonyscamacho |
ArtifactId | ArtifactIdabstract-persistence |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAbstract Persistence
A bunch of classes that help developers building their persistence module.
|
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jhonyscamacho : abstract-domain | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 7.0 |