Download geronimo-derby-3.0.1.jar file - Jar g

Jar examples for g:geronimo-derby

Description

Wrapper for using Apache Derby as a bundled database.

You can download jar file geronimo-derby 3.0.1 in this page.

License

Apache License

Build File

You can use the following script to add geronimo-derby-3.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

geronimo-derby-3.0.1-javadoc.jar
geronimo-derby-3.0.1-sources.jar
geronimo-derby-3.0.1.jar
geronimo-derby-3.0.1.pom



Related Tutorials