Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.hoteam |
ArtifactId | ArtifactIdhecloud.runtime.database |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime.database/ -->
<dependency>
<groupId>com.github.hoteam</groupId>
<artifactId>hecloud.runtime.database</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime.database/
implementation 'com.github.hoteam:hecloud.runtime.database:0.1.0'
// https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime.database/
implementation ("com.github.hoteam:hecloud.runtime.database:0.1.0")
'com.github.hoteam:hecloud.runtime.database:jar:0.1.0'
<dependency org="com.github.hoteam" name="hecloud.runtime.database" rev="0.1.0">
<artifact name="hecloud.runtime.database" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hoteam', module='hecloud.runtime.database', version='0.1.0')
)
libraryDependencies += "com.github.hoteam" % "hecloud.runtime.database" % "0.1.0"
[com.github.hoteam/hecloud.runtime.database "0.1.0"]