f

filter-manifest-plugin

Simple plugin for extracting a set of attributes from a source MANIFEST.MF into an output. This is useful in situations where you need to create a bundle based on some other bundle.
Files download
File Operation
filter-manifest-plugin-14.0.5.jar download
filter-manifest-plugin-14.0.5.pom download
filter-manifest-plugin-14.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.odlparent</groupId>
  <artifactId>filter-manifest-plugin</artifactId>
  <version>14.0.5</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.odlparent:filter-manifest-plugin:14.0.5'
Gradle Kotlin
implementation("org.opendaylight.odlparent:filter-manifest-plugin:14.0.5")
Scala SBT
libraryDependencies += "org.opendaylight.odlparent" % "filter-manifest-plugin" % "14.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.odlparent', module='filter-manifest-plugin', version='14.0.5')
)
Apache Ivy
<dependency org="org.opendaylight.odlparent" name="filter-manifest-plugin" rev="14.0.5" />
Leiningen
[org.opendaylight.odlparent/filter-manifest-plugin "14.0.5"]
Apache Buildr
'org.opendaylight.odlparent:filter-manifest-plugin:jar:14.0.5'