Last Version

Gomoob Data Model library 1.2.0

The Gomoob Data Model library contains utility interfaces, abstract classes and classes used to create Java Data Models / Domain Models quickly and using best practices.

License

License

GroupId

GroupId

org.gomoob
ArtifactId

ArtifactId

model
Version

Version

1.2.0
Type

Type

jar
Description

Description

Gomoob Data Model library
The Gomoob Data Model library contains utility interfaces, abstract classes and classes used to create Java Data Models / Domain Models quickly and using best practices.
Project URL

Project URL

https://github.com/gomoob/java-model
Project Organization

Project Organization

GOMOOB
Source Code Management

Source Code Management

https://github.com/gomoob/java-model

Download model 1.2.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.json : json jar 20170516

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.