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