Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.typesafe.play |
ArtifactId | ArtifactIdplay-java-jdbc_2.12 |
Version | Version2.7.5 |
Type | Typejar |
Filename | Size |
---|---|
play-java-jdbc_2.12-2.7.5.pom | |
play-java-jdbc_2.12-2.7.5.jar | 11 KB |
play-java-jdbc_2.12-2.7.5-sources.jar | 7 KB |
play-java-jdbc_2.12-2.7.5-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-java-jdbc_2.12/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-java-jdbc_2.12</artifactId>
<version>2.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-java-jdbc_2.12/
implementation 'com.typesafe.play:play-java-jdbc_2.12:2.7.5'
// https://jarcasting.com/artifacts/com.typesafe.play/play-java-jdbc_2.12/
implementation ("com.typesafe.play:play-java-jdbc_2.12:2.7.5")
'com.typesafe.play:play-java-jdbc_2.12:jar:2.7.5'
<dependency org="com.typesafe.play" name="play-java-jdbc_2.12" rev="2.7.5">
<artifact name="play-java-jdbc_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-java-jdbc_2.12', version='2.7.5')
)
libraryDependencies += "com.typesafe.play" % "play-java-jdbc_2.12" % "2.7.5"
[com.typesafe.play/play-java-jdbc_2.12 "2.7.5"]