| GroupId | GroupIdcom.github.hoteam |
|---|---|
| ArtifactId | ArtifactIdhecloud.runtime.common |
| Version | Version0.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hecloud.runtime.common-0.0.6.pom | |
| hecloud.runtime.common-0.0.6.jar | 116 KB |
| hecloud.runtime.common-0.0.6-sources.jar | 61 KB |
| hecloud.runtime.common-0.0.6-javadoc.jar | 511 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime.common/ -->
<dependency>
<groupId>com.github.hoteam</groupId>
<artifactId>hecloud.runtime.common</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime.common/
implementation 'com.github.hoteam:hecloud.runtime.common:0.0.6'
// https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime.common/
implementation ("com.github.hoteam:hecloud.runtime.common:0.0.6")
'com.github.hoteam:hecloud.runtime.common:jar:0.0.6'
<dependency org="com.github.hoteam" name="hecloud.runtime.common" rev="0.0.6">
<artifact name="hecloud.runtime.common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hoteam', module='hecloud.runtime.common', version='0.0.6')
)
libraryDependencies += "com.github.hoteam" % "hecloud.runtime.common" % "0.0.6"
[com.github.hoteam/hecloud.runtime.common "0.0.6"]