f

features-maven-plugin

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