GroupId | GroupIdcom.github.hoteam |
---|---|
ArtifactId | ArtifactIdhecloud.runtime.starter |
Version | Version0.9.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime.starter/ -->
<dependency>
<groupId>com.github.hoteam</groupId>
<artifactId>hecloud.runtime.starter</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime.starter/
implementation 'com.github.hoteam:hecloud.runtime.starter:0.9.6'
// https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime.starter/
implementation ("com.github.hoteam:hecloud.runtime.starter:0.9.6")
'com.github.hoteam:hecloud.runtime.starter:jar:0.9.6'
<dependency org="com.github.hoteam" name="hecloud.runtime.starter" rev="0.9.6">
<artifact name="hecloud.runtime.starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hoteam', module='hecloud.runtime.starter', version='0.9.6')
)
libraryDependencies += "com.github.hoteam" % "hecloud.runtime.starter" % "0.9.6"
[com.github.hoteam/hecloud.runtime.starter "0.9.6"]