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