b

beangle-data-jdbc_2.12

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