Download play-jdbc_2.11-2.6.0.jar file - Jar p

Jar examples for p:play-jdbc-2.11

Description

Play-JDBC

You can download jar file play-jdbc_2.11 2.6.0 in this page.

License

GNU Lesser General Public License, Version 2.1

Build File

You can use the following script to add play-jdbc_2.11-2.6.0.jar to your project.

<dependency>
   <groupId>com.typesafe.play</groupId>
   <artifactId>play-jdbc_2.11</artifactId>
   <version>2.6.0</version>
</dependency>
compile group: 'com.typesafe.play', name: 'play-jdbc_2.11', version: '2.6.0'
libraryDependencies += "com.typesafe.play" % "play-jdbc_2.11" % "2.6.0"
<dependency org="com.typesafe.play" name="play-jdbc_2.11" rev="2.6.0"/>
@Grapes(@Grab(group='com.typesafe.play', module='play-jdbc_2.11', version='2.6.0'))
'com.typesafe.play:play-jdbc_2.11:jar:2.6.0'

Download

Click the following link to download the jar file.

play-jdbc_2.11-2.6.0-javadoc.jar
play-jdbc_2.11-2.6.0-sources.jar
play-jdbc_2.11-2.6.0.jar
play-jdbc_2.11-2.6.0.pom



Related Tutorials