MVN

net.sf.opk : jdbc-populator

Maven & Gradle

Aug 27, 2012

JDBC Populator · Library to help build an Instant Developer Experience. It provides a way to populate datasources upon their first use, and as such can put structure and data into an in-memory database. This is useful for both automated and to create a setup where the developer can start the application and see his/her work in action.

<dependency>
    <groupId>net.sf.opk</groupId>
    <artifactId>jdbc-populator</artifactId>
    <version>3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.opk : jdbc-populator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0

All Versions

Choose a version of net.sf.opk : jdbc-populator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
jdbc-populator-3.0
2.0
jdbc-populator-2.0
1.0
jdbc-populator-1.0

How to add a dependency to Maven

Add the following net.sf.opk : jdbc-populator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.opk</groupId>
    <artifactId>jdbc-populator</artifactId>
    <version>3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.opk : jdbc-populator gradle dependency to your build.gradle file:

implementation 'net.sf.opk:jdbc-populator:3.0'

Gradle Kotlin DSL: Add the following net.sf.opk : jdbc-populator gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.opk:jdbc-populator:3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.opk : jdbc-populator sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.opk" % "jdbc-populator" % "3.0"