f

features-maven-plugin

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