License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix |
ArtifactId | ArtifactIdbinding-components |
Last Version | Last Version2013.01 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache ServiceMix :: Components :: Binding 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 |
---|---|
binding-components-2013.01.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/binding-components/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>binding-components</artifactId>
<version>2013.01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/binding-components/
implementation 'org.apache.servicemix:binding-components:2013.01'
// https://jarcasting.com/artifacts/org.apache.servicemix/binding-components/
implementation ("org.apache.servicemix:binding-components:2013.01")
'org.apache.servicemix:binding-components:pom:2013.01'
<dependency org="org.apache.servicemix" name="binding-components" rev="2013.01">
<artifact name="binding-components" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='binding-components', version='2013.01')
)
libraryDependencies += "org.apache.servicemix" % "binding-components" % "2013.01"
[org.apache.servicemix/binding-components "2013.01"]