Download play-jdbc_2.11-2.6.6.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.6 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.6.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials