GroupId | GroupIdcom.github.hoteam |
---|---|
ArtifactId | ArtifactIdhecloud.runtime |
Version | Version0.0.9 |
Type | Typepom |
Filename | Size |
---|---|
hecloud.runtime-0.0.9.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime/ -->
<dependency>
<groupId>com.github.hoteam</groupId>
<artifactId>hecloud.runtime</artifactId>
<version>0.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime/
implementation 'com.github.hoteam:hecloud.runtime:0.0.9'
// https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime/
implementation ("com.github.hoteam:hecloud.runtime:0.0.9")
'com.github.hoteam:hecloud.runtime:pom:0.0.9'
<dependency org="com.github.hoteam" name="hecloud.runtime" rev="0.0.9">
<artifact name="hecloud.runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hoteam', module='hecloud.runtime', version='0.0.9')
)
libraryDependencies += "com.github.hoteam" % "hecloud.runtime" % "0.0.9"
[com.github.hoteam/hecloud.runtime "0.0.9"]