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