Download jdbc-runtime-5.0.jar file - Jar j

Jar examples for j:jdbc-runtime

Description

You can download jar file jdbc-runtime 5.0 in this page.

License

Open Source License

Build File

You can use the following script to add jdbc-runtime-5.0.jar to your project.

<dependency>
   <groupId>org.glassfish.main.jdbc</groupId>
   <artifactId>jdbc-runtime</artifactId>
   <version>5.0</version>
</dependency>
compile group: 'org.glassfish.main.jdbc', name: 'jdbc-runtime', version: '5.0'
libraryDependencies += "org.glassfish.main.jdbc" % "jdbc-runtime" % "5.0"
<dependency org="org.glassfish.main.jdbc" name="jdbc-runtime" rev="5.0"/>
@Grapes(@Grab(group='org.glassfish.main.jdbc', module='jdbc-runtime', version='5.0'))
'org.glassfish.main.jdbc:jdbc-runtime:jar:5.0'

Download

Click the following link to download the jar file.

jdbc-runtime-5.0-javadoc.jar
jdbc-runtime-5.0-sources.jar
jdbc-runtime-5.0.jar
jdbc-runtime-5.0.pom



Related Tutorials