| License |
License |
|---|---|
| Categories |
CategoriesDoma Data ORM |
| GroupId | GroupIdorg.openwms |
| ArtifactId | ArtifactIdorg.openwms.core.domain |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionorg.openwms.core.domain
CORE domain JPA entity classes.
|
| Project Organization |
Project Organizationopenwms.org |
| Filename | Size |
|---|---|
| org.openwms.core.domain-1.0.pom | |
| org.openwms.core.domain-1.0.jar | 50 KB |
| org.openwms.core.domain-1.0-sources.jar | 66 KB |
| org.openwms.core.domain-1.0-javadoc.jar | 403 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openwms/org.openwms.core.domain/ -->
<dependency>
<groupId>org.openwms</groupId>
<artifactId>org.openwms.core.domain</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openwms/org.openwms.core.domain/
implementation 'org.openwms:org.openwms.core.domain:1.0'
// https://jarcasting.com/artifacts/org.openwms/org.openwms.core.domain/
implementation ("org.openwms:org.openwms.core.domain:1.0")
'org.openwms:org.openwms.core.domain:jar:1.0'
<dependency org="org.openwms" name="org.openwms.core.domain" rev="1.0">
<artifact name="org.openwms.core.domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openwms', module='org.openwms.core.domain', version='1.0')
)
libraryDependencies += "org.openwms" % "org.openwms.core.domain" % "1.0"
[org.openwms/org.openwms.core.domain "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.1.Final |
| javax.validation : validation-api | jar | 1.0.0.GA |
| org.openwms : org.openwms.core.util | jar | 1.0 |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.4.0 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
| net.sourceforge.cglib » com.springsource.net.sf.cglib | jar | 2.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.openwms : org.openwms.core.test | test-jar | 1.0 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.9.0 |