MVN

com.github.hoteam : hecloud.runtime.license

Maven & Gradle

Dec 06, 2019
<dependency>
    <groupId>com.github.hoteam</groupId>
    <artifactId>hecloud.runtime.license</artifactId>
    <version>0.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hoteam : hecloud.runtime.license to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.1

All Versions

Choose a version of com.github.hoteam : hecloud.runtime.license to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
hecloud.runtime.license-0.3.1
hecloud.runtime.license-0.3.0
0.2.x
hecloud.runtime.license-0.2.9
hecloud.runtime.license-0.2.8
hecloud.runtime.license-0.2.7
hecloud.runtime.license-0.2.6
hecloud.runtime.license-0.2.5
hecloud.runtime.license-0.2.4
hecloud.runtime.license-0.2.3
hecloud.runtime.license-0.2.2
hecloud.runtime.license-0.2.1
hecloud.runtime.license-0.2.0
0.1.x
hecloud.runtime.license-0.1.9
hecloud.runtime.license-0.1.8
hecloud.runtime.license-0.1.7
hecloud.runtime.license-0.1.6
hecloud.runtime.license-0.1.5
hecloud.runtime.license-0.1.4
hecloud.runtime.license-0.1.3
hecloud.runtime.license-0.1.2
hecloud.runtime.license-0.1.1
hecloud.runtime.license-0.1.0
0.0.x
hecloud.runtime.license-0.0.9
hecloud.runtime.license-0.0.8
hecloud.runtime.license-0.0.7
hecloud.runtime.license-0.0.6
hecloud.runtime.license-0.0.5
hecloud.runtime.license-0.0.4
hecloud.runtime.license-0.0.3
hecloud.runtime.license-0.0.2
hecloud.runtime.license-0.0.1

How to add a dependency to Maven

Add the following com.github.hoteam : hecloud.runtime.license maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hoteam</groupId>
    <artifactId>hecloud.runtime.license</artifactId>
    <version>0.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hoteam : hecloud.runtime.license gradle dependency to your build.gradle file:

implementation 'com.github.hoteam:hecloud.runtime.license:0.3.1'

Gradle Kotlin DSL: Add the following com.github.hoteam : hecloud.runtime.license gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hoteam:hecloud.runtime.license:0.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hoteam : hecloud.runtime.license sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hoteam" % "hecloud.runtime.license" % "0.3.1"