Last Version

EasyBeans: Examples :: Maven :: JPA 2.0 Example :: Client 1.2.4

EasyBeans Examples

License

License

Categories

Categories

Maven Build Tools CLI User Interface
GroupId

GroupId

org.ow2.easybeans.examples.maven.jpa2
ArtifactId

ArtifactId

client
Version

Version

1.2.4
Type

Type

jar
Description

Description

EasyBeans: Examples :: Maven :: JPA 2.0 Example :: Client
EasyBeans Examples
Project Organization

Project Organization

OW2 Consortium

Download client 1.2.4


<!-- https://jarcasting.com/artifacts/org.ow2.easybeans.examples.maven.jpa2/client/ -->
<dependency>
    <groupId>org.ow2.easybeans.examples.maven.jpa2</groupId>
    <artifactId>client</artifactId>
    <version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans.examples.maven.jpa2/client/
implementation 'org.ow2.easybeans.examples.maven.jpa2:client:1.2.4'
// https://jarcasting.com/artifacts/org.ow2.easybeans.examples.maven.jpa2/client/
implementation ("org.ow2.easybeans.examples.maven.jpa2:client:1.2.4")
'org.ow2.easybeans.examples.maven.jpa2:client:jar:1.2.4'
<dependency org="org.ow2.easybeans.examples.maven.jpa2" name="client" rev="1.2.4">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans.examples.maven.jpa2', module='client', version='1.2.4')
)
libraryDependencies += "org.ow2.easybeans.examples.maven.jpa2" % "client" % "1.2.4"
[org.ow2.easybeans.examples.maven.jpa2/client "1.2.4"]

Dependencies

compile (3)

Group / Artifact Type Version
org.ow2.easybeans.examples.maven.jpa2 : api jar 1.2.4
org.ow2.easybeans.examples.maven.jpa2 : entities jar 1.2.4
org.ow2.easybeans : easybeans-component-smartclient jar 1.2.4

provided (2)

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

Project Modules

There are no modules declared in this project.