License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.ow2.easybeans.examples.maven.jpa2 |
ArtifactId | ArtifactIdentities |
Last Version | Last Version1.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEasyBeans: Examples :: Maven :: JPA 2.0 Example :: Entities
EasyBeans Examples
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
entities-1.2.4.pom | |
entities-1.2.4.jar | 7 KB |
entities-1.2.4-sources.jar | 5 KB |
entities-1.2.4-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans.examples.maven.jpa2/entities/ -->
<dependency>
<groupId>org.ow2.easybeans.examples.maven.jpa2</groupId>
<artifactId>entities</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans.examples.maven.jpa2/entities/
implementation 'org.ow2.easybeans.examples.maven.jpa2:entities:1.2.4'
// https://jarcasting.com/artifacts/org.ow2.easybeans.examples.maven.jpa2/entities/
implementation ("org.ow2.easybeans.examples.maven.jpa2:entities:1.2.4")
'org.ow2.easybeans.examples.maven.jpa2:entities:jar:1.2.4'
<dependency org="org.ow2.easybeans.examples.maven.jpa2" name="entities" rev="1.2.4">
<artifact name="entities" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans.examples.maven.jpa2', module='entities', version='1.2.4')
)
libraryDependencies += "org.ow2.easybeans.examples.maven.jpa2" % "entities" % "1.2.4"
[org.ow2.easybeans.examples.maven.jpa2/entities "1.2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.spec.ee : ow2-ejb-3.1-spec | jar | 1.0.10 |
org.ow2.spec.ee : ow2-jpa-2.0-spec | jar | 1.0.10 |