MVN

io.hotmoka.xodus : io-hotmoka-xodus

Maven & Gradle

Apr 02, 2024
0 stars

io-hotmoka-xodus · This project implements an automatic module that adapts some classes of the Xodus database library.

<dependency>
    <groupId>io.hotmoka.xodus</groupId>
    <artifactId>io-hotmoka-xodus</artifactId>
    <version>1.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.hotmoka.xodus : io-hotmoka-xodus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.4

All Versions

Choose a version of io.hotmoka.xodus : io-hotmoka-xodus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
io-hotmoka-xodus-1.4.4

How to add a dependency to Maven

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

<dependency>
    <groupId>io.hotmoka.xodus</groupId>
    <artifactId>io-hotmoka-xodus</artifactId>
    <version>1.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.hotmoka.xodus : io-hotmoka-xodus gradle dependency to your build.gradle file:

implementation 'io.hotmoka.xodus:io-hotmoka-xodus:1.4.4'

Gradle Kotlin DSL: Add the following io.hotmoka.xodus : io-hotmoka-xodus gradle kotlin dependency to your build.gradle.kts file:

implementation("io.hotmoka.xodus:io-hotmoka-xodus:1.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.hotmoka.xodus : io-hotmoka-xodus sbt scala dependency to your build.sbt file:

libraryDependencies += "io.hotmoka.xodus" % "io-hotmoka-xodus" % "1.4.4"

Advertisement