Download openejb-client-7.0.0-M3.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-M3 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials