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