MVN

com.github.hoteam : hecloud.runtime.service

Maven & Gradle

May 17, 2021
2 usages
<dependency>
    <groupId>com.github.hoteam</groupId>
    <artifactId>hecloud.runtime.service</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.8

All Versions

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

Version Vulnerabilities Updated
1.0.x
hecloud.runtime.service-1.0.8
hecloud.runtime.service-1.0.7
hecloud.runtime.service-1.0.6
hecloud.runtime.service-1.0.5
hecloud.runtime.service-1.0.3
hecloud.runtime.service-1.0.1
hecloud.runtime.service-1.0.0
0.9.x
hecloud.runtime.service-0.9.9
hecloud.runtime.service-0.9.8
hecloud.runtime.service-0.9.7
hecloud.runtime.service-0.9.6
hecloud.runtime.service-0.9.5
hecloud.runtime.service-0.9.4
hecloud.runtime.service-0.9.3
hecloud.runtime.service-0.9.2
hecloud.runtime.service-0.9.1
hecloud.runtime.service-0.9.0
0.8.x
hecloud.runtime.service-0.8.0
0.6.x
hecloud.runtime.service-0.6.0
0.5.x
hecloud.runtime.service-0.5.2
hecloud.runtime.service-0.5.1
hecloud.runtime.service-0.5.0
0.4.x
hecloud.runtime.service-0.4.2
hecloud.runtime.service-0.4.0
0.3.x
hecloud.runtime.service-0.3.7
hecloud.runtime.service-0.3.6
hecloud.runtime.service-0.3.5
hecloud.runtime.service-0.3.4
hecloud.runtime.service-0.3.3
hecloud.runtime.service-0.3.1
hecloud.runtime.service-0.3.0
0.2.x
hecloud.runtime.service-0.2.9
hecloud.runtime.service-0.2.8
hecloud.runtime.service-0.2.7
hecloud.runtime.service-0.2.6
hecloud.runtime.service-0.2.5
hecloud.runtime.service-0.2.4
hecloud.runtime.service-0.2.3
hecloud.runtime.service-0.2.2
hecloud.runtime.service-0.2.1
hecloud.runtime.service-0.2.0
0.1.x
hecloud.runtime.service-0.1.9
hecloud.runtime.service-0.1.8
hecloud.runtime.service-0.1.7
hecloud.runtime.service-0.1.6
hecloud.runtime.service-0.1.5
hecloud.runtime.service-0.1.4
hecloud.runtime.service-0.1.3
hecloud.runtime.service-0.1.2
hecloud.runtime.service-0.1.1
hecloud.runtime.service-0.1.0
0.0.x
hecloud.runtime.service-0.0.9
hecloud.runtime.service-0.0.8
hecloud.runtime.service-0.0.7
hecloud.runtime.service-0.0.6
hecloud.runtime.service-0.0.5
hecloud.runtime.service-0.0.4
hecloud.runtime.service-0.0.3
hecloud.runtime.service-0.0.2
hecloud.runtime.service-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.hoteam</groupId>
    <artifactId>hecloud.runtime.service</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.hoteam:hecloud.runtime.service:1.0.8'

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

implementation("com.github.hoteam:hecloud.runtime.service:1.0.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.hoteam" % "hecloud.runtime.service" % "1.0.8"

Advertisement