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