License |
License |
---|---|
GroupId | GroupIdcom.typesafe.play |
ArtifactId | ArtifactIdplay-jdbc_2.12 |
Version | Version2.8.8 |
Type | Typejar |
Description |
DescriptionPlay-JDBC
Play-JDBC
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
play-jdbc_2.12-2.8.8.pom | |
play-jdbc_2.12-2.8.8.jar | 54 KB |
play-jdbc_2.12-2.8.8-sources.jar | 11 KB |
play-jdbc_2.12-2.8.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-jdbc_2.12/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-jdbc_2.12</artifactId>
<version>2.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-jdbc_2.12/
implementation 'com.typesafe.play:play-jdbc_2.12:2.8.8'
// https://jarcasting.com/artifacts/com.typesafe.play/play-jdbc_2.12/
implementation ("com.typesafe.play:play-jdbc_2.12:2.8.8")
'com.typesafe.play:play-jdbc_2.12:jar:2.8.8'
<dependency org="com.typesafe.play" name="play-jdbc_2.12" rev="2.8.8">
<artifact name="play-jdbc_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-jdbc_2.12', version='2.8.8')
)
libraryDependencies += "com.typesafe.play" % "play-jdbc_2.12" % "2.8.8"
[com.typesafe.play/play-jdbc_2.12 "2.8.8"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.13 |
com.typesafe.play : play-jdbc-api_2.12 | jar | 2.8.8 |
com.zaxxer : HikariCP | jar | 3.4.5 |
com.googlecode.usc : jdbcdslog | jar | 1.0.6.2 |
tyrex : tyrex | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.play : play-specs2_2.12 | jar | 2.8.8 |
com.h2database : h2 | jar | 1.4.200 |
org.eu.acolyte : jdbc-driver | jar | 1.0.57 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.specs2 : specs2-core_2.12 | jar | 4.8.3 |
org.specs2 : specs2-junit_2.12 | jar | 4.8.3 |
org.specs2 : specs2-mock_2.12 | jar | 4.8.3 |