is not current version
Last Version 3.1.1

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

DYNA4JDBC is a JDBC driver implementation that allows running dynamic JVM language (Scala, JavaScript, Groovy, Jython, BeanShell, R (Renjin), JRuby etc.) scripts or external console-oriented programs (written in shell, PERL, C/C++, etc.) via the JDBC API. The console output of the scripts/external programs is captured, parsed and presented to the caller application as a standard JDBC ResultSet, allowing it to be processed further for various purposes like analysis with other tools or building complex reports using any JDBC-enabled business intelligence application.

GroupId

GroupId

com.github.peter-gergely-horvath
ArtifactId

ArtifactId

dyna4jdbc
Version

Version

1.0.0
Type

Type

jar

Download dyna4jdbc 1.0.0


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