Last Version

Abstract domain application 2.0.0

A bunch of classes that help developers building their domain object classes.

License

License

Categories

Categories

Doma Data ORM
GroupId

GroupId

com.github.jhonyscamacho
ArtifactId

ArtifactId

abstract-domain
Version

Version

2.0.0
Type

Type

jar
Description

Description

Abstract domain application
A bunch of classes that help developers building their domain object classes.

Download abstract-domain 2.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.jhonyscamacho : util 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.