| GroupId | GroupIdservicemix |
|---|---|
| ArtifactId | ArtifactIdservicemix-components |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| servicemix-components-2.0.1.pom | |
| servicemix-components-2.0.1.jar | 193 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/servicemix/servicemix-components/ -->
<dependency>
<groupId>servicemix</groupId>
<artifactId>servicemix-components</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/servicemix/servicemix-components/
implementation 'servicemix:servicemix-components:2.0.1'
// https://jarcasting.com/artifacts/servicemix/servicemix-components/
implementation ("servicemix:servicemix-components:2.0.1")
'servicemix:servicemix-components:jar:2.0.1'
<dependency org="servicemix" name="servicemix-components" rev="2.0.1">
<artifact name="servicemix-components" type="jar" />
</dependency>
@Grapes(
@Grab(group='servicemix', module='servicemix-components', version='2.0.1')
)
libraryDependencies += "servicemix" % "servicemix-components" % "2.0.1"
[servicemix/servicemix-components "2.0.1"]