Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.modules |
ArtifactId | ArtifactIdgeronimo-util |
Version | Version1.2-beta |
Type | Typejar |
Filename | Size |
---|---|
geronimo-util-1.2-beta.pom | |
geronimo-util-1.2-beta.jar | 253 KB |
geronimo-util-1.2-beta-sources.jar | 251 KB |
geronimo-util-1.2-beta-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-util/ -->
<dependency>
<groupId>org.apache.geronimo.modules</groupId>
<artifactId>geronimo-util</artifactId>
<version>1.2-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-util/
implementation 'org.apache.geronimo.modules:geronimo-util:1.2-beta'
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-util/
implementation ("org.apache.geronimo.modules:geronimo-util:1.2-beta")
'org.apache.geronimo.modules:geronimo-util:jar:1.2-beta'
<dependency org="org.apache.geronimo.modules" name="geronimo-util" rev="1.2-beta">
<artifact name="geronimo-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.modules', module='geronimo-util', version='1.2-beta')
)
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-util" % "1.2-beta"
[org.apache.geronimo.modules/geronimo-util "1.2-beta"]