| License |
License |
|---|---|
| GroupId | GroupIdorg.gomoob |
| ArtifactId | ArtifactIdmodel |
| Version | Version1.2.0 |
| Type | Typejar |
| Description |
DescriptionGomoob 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 |
| Project Organization |
Project OrganizationGOMOOB |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| model-1.2.0.pom | |
| model-1.2.0.jar | 17 KB |
| model-1.2.0-sources.jar | 33 KB |
| model-1.2.0-javadoc.jar | 142 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20170516 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |