b

beangle-data-jdbc_2.12

Files download
File Operation
beangle-data-jdbc_2.12-5.0.8.jar download
beangle-data-jdbc_2.12-5.0.8.pom download
beangle-data-jdbc_2.12-5.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.beangle.data</groupId>
  <artifactId>beangle-data-jdbc_2.12</artifactId>
  <version>5.0.8</version>
</dependency>
Gradle Groovy
implementation 'org.beangle.data:beangle-data-jdbc_2.12:5.0.8'
Gradle Kotlin
implementation("org.beangle.data:beangle-data-jdbc_2.12:5.0.8")
Scala SBT
libraryDependencies += "org.beangle.data" % "beangle-data-jdbc_2.12" % "5.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.beangle.data', module='beangle-data-jdbc_2.12', version='5.0.8')
)
Apache Ivy
<dependency org="org.beangle.data" name="beangle-data-jdbc_2.12" rev="5.0.8" />
Leiningen
[org.beangle.data/beangle-data-jdbc_2.12 "5.0.8"]
Apache Buildr
'org.beangle.data:beangle-data-jdbc_2.12:jar:5.0.8'