Download j2ee-server-3.0-M1.jar file - Jar j

Jar examples for j:j2ee-server

Description

Basic geronimo JavaEE support components including the transaction manager and connector framework.

You can download jar file j2ee-server 3.0-M1 in this page.

License

Apache License

Build File

You can use the following script to add j2ee-server-3.0-M1.jar to your project.

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

Download

Click the following link to download the jar file.

j2ee-server-3.0-M1-sources.jar
j2ee-server-3.0-M1.pom



Related Tutorials