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