MVN

io.github.wulkanowy.sdk : sdk-hebe

Maven & Gradle

Aug 24, 2023
28 stars

VULCAN UONET+ SDK · Unified way of retrieving data from the UONET+ register through mobile api and scraping api

<dependency>
    <groupId>io.github.wulkanowy.sdk</groupId>
    <artifactId>sdk-hebe</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.wulkanowy.sdk : sdk-hebe to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of io.github.wulkanowy.sdk : sdk-hebe to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
sdk-hebe-2.1.0
2.0.x
sdk-hebe-2.0.8
sdk-hebe-2.0.7
sdk-hebe-2.0.6
sdk-hebe-2.0.5
sdk-hebe-2.0.4

How to add a dependency to Maven

Add the following io.github.wulkanowy.sdk : sdk-hebe maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.wulkanowy.sdk</groupId>
    <artifactId>sdk-hebe</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.wulkanowy.sdk : sdk-hebe gradle dependency to your build.gradle file:

implementation 'io.github.wulkanowy.sdk:sdk-hebe:2.1.0'

Gradle Kotlin DSL: Add the following io.github.wulkanowy.sdk : sdk-hebe gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.wulkanowy.sdk:sdk-hebe:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.wulkanowy.sdk : sdk-hebe sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.wulkanowy.sdk" % "sdk-hebe" % "2.1.0"

Advertisement