MVN

nl.cloudfarming.client : db-local

Maven & Gradle

Nov 18, 2011

db-local

<dependency>
    <groupId>nl.cloudfarming.client</groupId>
    <artifactId>db-local</artifactId>
    <version>1.0.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.cloudfarming.client : db-local to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.15

All Versions

Choose a version of nl.cloudfarming.client : db-local to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
db-local-1.0.15
db-local-1.0.13
db-local-1.0.12
db-local-1.0.10
db-local-1.0.9
db-local-1.0.8
db-local-1.0.7
db-local-1.0.6
db-local-1.0.5
db-local-1.0.4
db-local-1.0.3
db-local-1.0.2
db-local-1.0.1

How to add a dependency to Maven

Add the following nl.cloudfarming.client : db-local maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.cloudfarming.client</groupId>
    <artifactId>db-local</artifactId>
    <version>1.0.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.cloudfarming.client : db-local gradle dependency to your build.gradle file:

implementation 'nl.cloudfarming.client:db-local:1.0.15'

Gradle Kotlin DSL: Add the following nl.cloudfarming.client : db-local gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.cloudfarming.client:db-local:1.0.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.cloudfarming.client : db-local sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.cloudfarming.client" % "db-local" % "1.0.15"

Advertisement