f

features-maven-plugin

A Maven 2 plugin for working with feature descriptors.
Files download
File Operation
features-maven-plugin-2.2.11.jar download
features-maven-plugin-2.2.11.pom download
features-maven-plugin-2.2.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.karaf.tooling</groupId>
  <artifactId>features-maven-plugin</artifactId>
  <version>2.2.11</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.karaf.tooling:features-maven-plugin:2.2.11'
Gradle Kotlin
implementation("org.apache.karaf.tooling:features-maven-plugin:2.2.11")
Scala SBT
libraryDependencies += "org.apache.karaf.tooling" % "features-maven-plugin" % "2.2.11"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.karaf.tooling', module='features-maven-plugin', version='2.2.11')
)
Apache Ivy
<dependency org="org.apache.karaf.tooling" name="features-maven-plugin" rev="2.2.11" />
Leiningen
[org.apache.karaf.tooling/features-maven-plugin "2.2.11"]
Apache Buildr
'org.apache.karaf.tooling:features-maven-plugin:jar:2.2.11'