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