| Categories |
CategoriesGeronimo Container Application Servers |
|---|---|
| GroupId | GroupIdgeronimo |
| ArtifactId | ArtifactIdgeronimo-timer |
| Version | Version1.0-M4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| geronimo-timer-1.0-M4.pom | |
| geronimo-timer-1.0-M4.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/geronimo/geronimo-timer/ -->
<dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-timer</artifactId>
<version>1.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/geronimo/geronimo-timer/
implementation 'geronimo:geronimo-timer:1.0-M4'
// https://jarcasting.com/artifacts/geronimo/geronimo-timer/
implementation ("geronimo:geronimo-timer:1.0-M4")
'geronimo:geronimo-timer:jar:1.0-M4'
<dependency org="geronimo" name="geronimo-timer" rev="1.0-M4">
<artifact name="geronimo-timer" type="jar" />
</dependency>
@Grapes(
@Grab(group='geronimo', module='geronimo-timer', version='1.0-M4')
)
libraryDependencies += "geronimo" % "geronimo-timer" % "1.0-M4"
[geronimo/geronimo-timer "1.0-M4"]