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