MVN

org.jarbframework : jarb-init

Maven & Gradle

Apr 19, 2016
2 usages

Supports the setup of a database schema and filling with data.

<dependency>
    <groupId>org.jarbframework</groupId>
    <artifactId>jarb-init</artifactId>
    <version>2.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jarbframework : jarb-init to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.3

All Versions

Choose a version of org.jarbframework : jarb-init to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
jarb-init-2.4.3

How to add a dependency to Maven

Add the following org.jarbframework : jarb-init maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jarbframework</groupId>
    <artifactId>jarb-init</artifactId>
    <version>2.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jarbframework : jarb-init gradle dependency to your build.gradle file:

implementation 'org.jarbframework:jarb-init:2.4.3'

Gradle Kotlin DSL: Add the following org.jarbframework : jarb-init gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jarbframework:jarb-init:2.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jarbframework : jarb-init sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jarbframework" % "jarb-init" % "2.4.3"

Advertisement