| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.hoteam |
| Идентификатор | Идентификаторhecloud.runtime |
| Последняя версия | Последняя версия1.0.8 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Имя Файла | Размер |
|---|---|
| hecloud.runtime-1.0.8.pom | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime/ -->
<dependency>
<groupId>com.github.hoteam</groupId>
<artifactId>hecloud.runtime</artifactId>
<version>1.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime/
implementation 'com.github.hoteam:hecloud.runtime:1.0.8'
// https://jarcasting.com/artifacts/com.github.hoteam/hecloud.runtime/
implementation ("com.github.hoteam:hecloud.runtime:1.0.8")
'com.github.hoteam:hecloud.runtime:pom:1.0.8'
<dependency org="com.github.hoteam" name="hecloud.runtime" rev="1.0.8">
<artifact name="hecloud.runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hoteam', module='hecloud.runtime', version='1.0.8')
)
libraryDependencies += "com.github.hoteam" % "hecloud.runtime" % "1.0.8"
[com.github.hoteam/hecloud.runtime "1.0.8"]