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