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