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