| Группа | Группаcom.github.hoteam |
|---|---|
| Идентификатор | Идентификаторhoteam.engine.starter |
| Версия | Версия1.2.1-RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.hoteam/hoteam.engine.starter/ -->
<dependency>
<groupId>com.github.hoteam</groupId>
<artifactId>hoteam.engine.starter</artifactId>
<version>1.2.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hoteam/hoteam.engine.starter/
implementation 'com.github.hoteam:hoteam.engine.starter:1.2.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.hoteam/hoteam.engine.starter/
implementation ("com.github.hoteam:hoteam.engine.starter:1.2.1-RELEASE")
'com.github.hoteam:hoteam.engine.starter:jar:1.2.1-RELEASE'
<dependency org="com.github.hoteam" name="hoteam.engine.starter" rev="1.2.1-RELEASE">
<artifact name="hoteam.engine.starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hoteam', module='hoteam.engine.starter', version='1.2.1-RELEASE')
)
libraryDependencies += "com.github.hoteam" % "hoteam.engine.starter" % "1.2.1-RELEASE"
[com.github.hoteam/hoteam.engine.starter "1.2.1-RELEASE"]