MVN

com.github.peter-gergely-horvath : dyna4jdbc

Maven & Gradle

Sep 17, 2017
1 stars

dyna4JDBC · 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.

<dependency>
    <groupId>com.github.peter-gergely-horvath</groupId>
    <artifactId>dyna4jdbc</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.peter-gergely-horvath : dyna4jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of com.github.peter-gergely-horvath : dyna4jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
dyna4jdbc-3.1.1
dyna4jdbc-3.1.0
3.0.x
dyna4jdbc-3.0.0
2.5.x
dyna4jdbc-2.5.0
1.8.x
dyna4jdbc-1.8.0
1.0.x
dyna4jdbc-1.0.1
dyna4jdbc-1.0.0

How to add a dependency to Maven

Add the following com.github.peter-gergely-horvath : dyna4jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.peter-gergely-horvath</groupId>
    <artifactId>dyna4jdbc</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.peter-gergely-horvath : dyna4jdbc gradle dependency to your build.gradle file:

implementation 'com.github.peter-gergely-horvath:dyna4jdbc:3.1.1'

Gradle Kotlin DSL: Add the following com.github.peter-gergely-horvath : dyna4jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.peter-gergely-horvath:dyna4jdbc:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.peter-gergely-horvath : dyna4jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.peter-gergely-horvath" % "dyna4jdbc" % "3.1.1"

Advertisement