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