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