is not current version
Last Version 3.1.1

com.github.peter-gergely-horvath:dyna4jdbc 3.0.0

dyna4JDBC is a JDBC driver, that allows running alternative JVM language scripts (Groovy, JavaScript, Scala, Jython, Clojure, BeanShell, R (Renjin), JRuby etc.) or external console-oriented programs via the JDBC API. Mainly targeted at allowing JDBC-enabled business intelligence applications to run various scripts instead of SQL easily, dyna4JDBC captures and parses the output of scripts/external programs and presents that as a standard JDBC Result Set, allowing the output to be processed further for various purposes like building complex reports quickly and analysis with other tools.

GroupId

GroupId

com.github.peter-gergely-horvath
ArtifactId

ArtifactId

dyna4jdbc
Version

Version

3.0.0
Type

Type

jar

Download dyna4jdbc 3.0.0


<!-- https://jarcasting.com/artifacts/com.github.peter-gergely-horvath/dyna4jdbc/ -->
<dependency>
    <groupId>com.github.peter-gergely-horvath</groupId>
    <artifactId>dyna4jdbc</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.peter-gergely-horvath/dyna4jdbc/
implementation 'com.github.peter-gergely-horvath:dyna4jdbc:3.0.0'
// https://jarcasting.com/artifacts/com.github.peter-gergely-horvath/dyna4jdbc/
implementation ("com.github.peter-gergely-horvath:dyna4jdbc:3.0.0")
'com.github.peter-gergely-horvath:dyna4jdbc:jar:3.0.0'
<dependency org="com.github.peter-gergely-horvath" name="dyna4jdbc" rev="3.0.0">
  <artifact name="dyna4jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.peter-gergely-horvath', module='dyna4jdbc', version='3.0.0')
)
libraryDependencies += "com.github.peter-gergely-horvath" % "dyna4jdbc" % "3.0.0"
[com.github.peter-gergely-horvath/dyna4jdbc "3.0.0"]