MVN

org.oser.tools.jdbc : linked-db-rows

Maven & Gradle

Jul 04, 2022
2 stars

linked-db-rows · Export database content that is connected with foreign keys as JSON and reimport it again into another database.

<dependency>
    <groupId>org.oser.tools.jdbc</groupId>
    <artifactId>linked-db-rows</artifactId>
    <version>0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.oser.tools.jdbc : linked-db-rows to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11

All Versions

Choose a version of org.oser.tools.jdbc : linked-db-rows to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11
linked-db-rows-0.11
0.10
linked-db-rows-0.10
0.9
linked-db-rows-0.9
0.8
linked-db-rows-0.8
0.7
linked-db-rows-0.7
0.6
linked-db-rows-0.6
0.5
linked-db-rows-0.5
0.4
linked-db-rows-0.4
0.3
linked-db-rows-0.3

How to add a dependency to Maven

Add the following org.oser.tools.jdbc : linked-db-rows maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.oser.tools.jdbc</groupId>
    <artifactId>linked-db-rows</artifactId>
    <version>0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.oser.tools.jdbc : linked-db-rows gradle dependency to your build.gradle file:

implementation 'org.oser.tools.jdbc:linked-db-rows:0.11'

Gradle Kotlin DSL: Add the following org.oser.tools.jdbc : linked-db-rows gradle kotlin dependency to your build.gradle.kts file:

implementation("org.oser.tools.jdbc:linked-db-rows:0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.oser.tools.jdbc : linked-db-rows sbt scala dependency to your build.sbt file:

libraryDependencies += "org.oser.tools.jdbc" % "linked-db-rows" % "0.11"