| Группа | Группаcom.github.houbb |
|---|---|
| Идентификатор | Идентификаторheaven |
| Версия | Версия0.1.106 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| heaven-0.1.106.pom | |
| heaven-0.1.106.jar | 251 KB |
| heaven-0.1.106-sources.jar | 195 KB |
| heaven-0.1.106-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/heaven/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>heaven</artifactId>
<version>0.1.106</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/heaven/
implementation 'com.github.houbb:heaven:0.1.106'
// https://jarcasting.com/artifacts/com.github.houbb/heaven/
implementation ("com.github.houbb:heaven:0.1.106")
'com.github.houbb:heaven:jar:0.1.106'
<dependency org="com.github.houbb" name="heaven" rev="0.1.106">
<artifact name="heaven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='heaven', version='0.1.106')
)
libraryDependencies += "com.github.houbb" % "heaven" % "0.1.106"
[com.github.houbb/heaven "0.1.106"]