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