MVN

de.upb.cs.uc4 : hlf-api

Maven & Gradle

Mar 15, 2021
1 stars

hlf-api · Scala API to access our UC4 contracts/chaincodes.

<dependency>
    <groupId>de.upb.cs.uc4</groupId>
    <artifactId>hlf-api</artifactId>
    <version>1.0.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: 1.0.0

All Versions

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

Version Vulnerabilities Updated
014.1
hlf-api-014.1
1.0.x
hlf-api-1.0.0
0.18.x
hlf-api-0.18.0
0.17.x
hlf-api-0.17.4
hlf-api-0.17.3
hlf-api-0.17.2
hlf-api-0.17.1
hlf-api-0.17.0
0.16.x
hlf-api-0.16.5
hlf-api-0.16.4
hlf-api-0.16.3
hlf-api-0.16.2
hlf-api-0.16.1
hlf-api-0.16.0
0.15.x
hlf-api-0.15.8
hlf-api-0.15.7
hlf-api-0.15.6
hlf-api-0.15.5
hlf-api-0.15.4
hlf-api-0.15.3
hlf-api-0.15.2
hlf-api-0.15.1
hlf-api-0.15.0
0.14.x
hlf-api-0.14.5
hlf-api-0.14.4
hlf-api-0.14.3
hlf-api-0.14.2
0.11.x
hlf-api-0.11.5
hlf-api-0.11.4
hlf-api-0.11.3
hlf-api-0.11.1
hlf-api-0.11.0
0.10.x
hlf-api-0.10.2
hlf-api-0.10.1

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>1.0.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:1.0.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:1.0.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" % "1.0.0"

Advertisement