MVN

de.upb.cs.uc4 : hlf_api

Maven & Gradle

Oct 16, 2020
1 stars

hlf_api · Scala API to access our UC4 contracts/chaincodes.

<dependency>
    <groupId>de.upb.cs.uc4</groupId>
    <artifactId>hlf_api</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.upb.cs.uc4 : hlf_api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.0

All Versions

Choose a version of de.upb.cs.uc4 : hlf_api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.9.x
hlf_api-v0.9.2
0.10.x
hlf_api-0.10.0

How to add a dependency to Maven

Add the following de.upb.cs.uc4 : hlf_api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.upb.cs.uc4</groupId>
    <artifactId>hlf_api</artifactId>
    <version>0.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.upb.cs.uc4 : hlf_api gradle dependency to your build.gradle file:

implementation 'de.upb.cs.uc4:hlf_api:0.10.0'

Gradle Kotlin DSL: Add the following de.upb.cs.uc4 : hlf_api gradle kotlin dependency to your build.gradle.kts file:

implementation("de.upb.cs.uc4:hlf_api:0.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.upb.cs.uc4 : hlf_api sbt scala dependency to your build.sbt file:

libraryDependencies += "de.upb.cs.uc4" % "hlf_api" % "0.10.0"

Advertisement