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