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