Download openejb-client-7.0.0-M2.jar file - Jar o

Jar examples for o:openejb-client

Description

Geronimo integration of the OpenEJB, to add ejb container in AppClient Container to support ManagedBean in appclient module.

You can download jar file openejb-client 7.0.0-M2 in this page.

License

Apache License

Build File

You can use the following script to add openejb-client-7.0.0-M2.jar to your project.

<dependency>
   <groupId>org.apache.tomee</groupId>
   <artifactId>openejb-client</artifactId>
   <version>7.0.0-M2</version>
</dependency>
compile group: 'org.apache.tomee', name: 'openejb-client', version: '7.0.0-M2'
libraryDependencies += "org.apache.tomee" % "openejb-client" % "7.0.0-M2"
<dependency org="org.apache.tomee" name="openejb-client" rev="7.0.0-M2"/>
@Grapes(@Grab(group='org.apache.tomee', module='openejb-client', version='7.0.0-M2'))
'org.apache.tomee:openejb-client:jar:7.0.0-M2'

Download

Click the following link to download the jar file.

openejb-client-7.0.0-M2-javadoc.jar
openejb-client-7.0.0-M2-sources.jar
openejb-client-7.0.0-M2.jar
openejb-client-7.0.0-M2.pom



Related Tutorials