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