MVN

org.iworkz : habitat

Maven & Gradle

Jul 13, 2021

Habitat · A lightweight Java library for simple database access.

<dependency>
    <groupId>org.iworkz</groupId>
    <artifactId>habitat</artifactId>
    <version>1.0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.iworkz : habitat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.30

All Versions

Choose a version of org.iworkz : habitat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
habitat-1.0.30
habitat-1.0.29
habitat-1.0.28
habitat-1.0.27
habitat-1.0.26
habitat-1.0.25
habitat-1.0.24
habitat-1.0.23
habitat-1.0.22
habitat-1.0.21
habitat-1.0.20
habitat-1.0.19
habitat-1.0.18
habitat-1.0.17
habitat-1.0.16
habitat-1.0.15
habitat-1.0.14
habitat-1.0.12
habitat-1.0.11
habitat-1.0.10
habitat-1.0.9
habitat-1.0.8
habitat-1.0.7
habitat-1.0.6

How to add a dependency to Maven

Add the following org.iworkz : habitat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.iworkz</groupId>
    <artifactId>habitat</artifactId>
    <version>1.0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.iworkz : habitat gradle dependency to your build.gradle file:

implementation 'org.iworkz:habitat:1.0.30'

Gradle Kotlin DSL: Add the following org.iworkz : habitat gradle kotlin dependency to your build.gradle.kts file:

implementation("org.iworkz:habitat:1.0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.iworkz : habitat sbt scala dependency to your build.sbt file:

libraryDependencies += "org.iworkz" % "habitat" % "1.0.30"

Advertisement