MVN

io.hotmoka : io-hotmoka-moka

Maven & Gradle

Apr 04, 2024
13 stars

io-hotmoka-moka · A network of nodes for blockchain or IoT, with smart contracts in Java.

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

Latest Version

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

  • Latest Stable: 1.4.3

All Versions

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

Version Vulnerabilities Updated
1.4.x
io-hotmoka-moka-1.4.3

How to add a dependency to Maven

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

<dependency>
    <groupId>io.hotmoka</groupId>
    <artifactId>io-hotmoka-moka</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.hotmoka:io-hotmoka-moka:1.4.3'

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

implementation("io.hotmoka:io-hotmoka-moka:1.4.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.hotmoka" % "io-hotmoka-moka" % "1.4.3"

Advertisement