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