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