License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix |
ArtifactId | ArtifactIdcomponents |
Last Version | Last Version2013.01 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache ServiceMix :: Components
This pom provides the common bits for all ServiceMix components, as well as providing a reactor build for those components.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
components-2013.01.pom | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/components/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>components</artifactId>
<version>2013.01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/components/
implementation 'org.apache.servicemix:components:2013.01'
// https://jarcasting.com/artifacts/org.apache.servicemix/components/
implementation ("org.apache.servicemix:components:2013.01")
'org.apache.servicemix:components:pom:2013.01'
<dependency org="org.apache.servicemix" name="components" rev="2013.01">
<artifact name="components" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='components', version='2013.01')
)
libraryDependencies += "org.apache.servicemix" % "components" % "2013.01"
[org.apache.servicemix/components "2013.01"]