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