Download features-maven-plugin-2.2.8.jar file - Jar f

Jar examples for f:features-maven-plugin

Description

This mojo allows for manipulation of OSGi features.xml files.

You can download jar file features-maven-plugin 2.2.8 in this page.

License

Apache License

Build File

You can use the following script to add features-maven-plugin-2.2.8.jar to your project.

<dependency>
   <groupId>org.apache.karaf.tooling</groupId>
   <artifactId>features-maven-plugin</artifactId>
   <version>2.2.8</version>
</dependency>
compile group: 'org.apache.karaf.tooling', name: 'features-maven-plugin', version: '2.2.8'
libraryDependencies += "org.apache.karaf.tooling" % "features-maven-plugin" % "2.2.8"
<dependency org="org.apache.karaf.tooling" name="features-maven-plugin" rev="2.2.8"/>
@Grapes(@Grab(group='org.apache.karaf.tooling', module='features-maven-plugin', version='2.2.8'))
'org.apache.karaf.tooling:features-maven-plugin:jar:2.2.8'

Download

Click the following link to download the jar file.

features-maven-plugin-2.2.8-javadoc.jar
features-maven-plugin-2.2.8-sources.jar
features-maven-plugin-2.2.8.jar
features-maven-plugin-2.2.8.pom



Related Tutorials