Download openejb-3.0.0.jar file - Jar o

Jar examples for o:openejb

Description

Apache OpenEJB is an open source, modular, configurable and extendable EJB Container System and EJB Server.

You can download jar file openejb 3.0.0 in this page.

License

Apache License

Build File

You can use the following script to add openejb-3.0.0.jar to your project.

<dependency>
   <groupId>org.apache.geronimo.configs</groupId>
   <artifactId>openejb</artifactId>
   <version>3.0.0</version>
</dependency>
compile group: 'org.apache.geronimo.configs', name: 'openejb', version: '3.0.0'
libraryDependencies += "org.apache.geronimo.configs" % "openejb" % "3.0.0"
<dependency org="org.apache.geronimo.configs" name="openejb" rev="3.0.0"/>
@Grapes(@Grab(group='org.apache.geronimo.configs', module='openejb', version='3.0.0'))
'org.apache.geronimo.configs:openejb:jar:3.0.0'

Download

Click the following link to download the jar file.

openejb-3.0.0.pom



Related Tutorials