GroupId | GroupIdcom.github.hoteam |
---|---|
ArtifactId | ArtifactIdhecloud.runtime.starter |
Version | Version0.9.4 |
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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime.starter/
implementation 'com.github.hoteam:hecloud.runtime.starter:0.9.4'
// https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime.starter/
implementation ("com.github.hoteam:hecloud.runtime.starter:0.9.4")
'com.github.hoteam:hecloud.runtime.starter:jar:0.9.4'
<dependency org="com.github.hoteam" name="hecloud.runtime.starter" rev="0.9.4">
<artifact name="hecloud.runtime.starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hoteam', module='hecloud.runtime.starter', version='0.9.4')
)
libraryDependencies += "com.github.hoteam" % "hecloud.runtime.starter" % "0.9.4"
[com.github.hoteam/hecloud.runtime.starter "0.9.4"]