License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix.features |
ArtifactId | ArtifactIdfeatures |
Last Version | Last Version4.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache ServiceMix :: Features
This pom provides project information that is common to all ServiceMix branches.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
features-4.3.0.pom | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.features/features/ -->
<dependency>
<groupId>org.apache.servicemix.features</groupId>
<artifactId>features</artifactId>
<version>4.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.features/features/
implementation 'org.apache.servicemix.features:features:4.3.0'
// https://jarcasting.com/artifacts/org.apache.servicemix.features/features/
implementation ("org.apache.servicemix.features:features:4.3.0")
'org.apache.servicemix.features:features:pom:4.3.0'
<dependency org="org.apache.servicemix.features" name="features" rev="4.3.0">
<artifact name="features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.features', module='features', version='4.3.0')
)
libraryDependencies += "org.apache.servicemix.features" % "features" % "4.3.0"
[org.apache.servicemix.features/features "4.3.0"]