MVN

io.codenotary : immudb4j

Maven & Gradle

Dec 19, 2022
1 usages
30 stars

immudb4j · Java SDK for immudb

<dependency>
    <groupId>io.codenotary</groupId>
    <artifactId>immudb4j</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.codenotary : immudb4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Alpha: 1.0.0-alpha2

All Versions

Choose a version of io.codenotary : immudb4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
immudb4j-1.0.0
immudb4j-1.0.0-alpha2
immudb4j-1.0.0-alpha1
0.9.x
immudb4j-0.9.10.2
immudb4j-0.9.0.6
immudb4j-0.9.0.5
immudb4j-0.9.0.4
immudb4j-0.9.0.3
immudb4j-0.9.0.2
immudb4j-0.9.0.1
immudb4j-0.9.0
0.3.x
immudb4j-0.3.0
0.2.x
immudb4j-0.2.0
0.1.x
immudb4j-0.1.8

How to add a dependency to Maven

Add the following io.codenotary : immudb4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.codenotary</groupId>
    <artifactId>immudb4j</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.codenotary : immudb4j gradle dependency to your build.gradle file:

implementation 'io.codenotary:immudb4j:1.0.0'

Gradle Kotlin DSL: Add the following io.codenotary : immudb4j gradle kotlin dependency to your build.gradle.kts file:

implementation("io.codenotary:immudb4j:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.codenotary : immudb4j sbt scala dependency to your build.sbt file:

libraryDependencies += "io.codenotary" % "immudb4j" % "1.0.0"

Advertisement