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-13.0.1.jar download
filter-manifest-plugin-13.0.1.pom download
filter-manifest-plugin-13.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.odlparent</groupId>
  <artifactId>filter-manifest-plugin</artifactId>
  <version>13.0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.odlparent:filter-manifest-plugin:13.0.1'
Gradle Kotlin
implementation("org.opendaylight.odlparent:filter-manifest-plugin:13.0.1")
Scala SBT
libraryDependencies += "org.opendaylight.odlparent" % "filter-manifest-plugin" % "13.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.odlparent', module='filter-manifest-plugin', version='13.0.1')
)
Apache Ivy
<dependency org="org.opendaylight.odlparent" name="filter-manifest-plugin" rev="13.0.1" />
Leiningen
[org.opendaylight.odlparent/filter-manifest-plugin "13.0.1"]
Apache Buildr
'org.opendaylight.odlparent:filter-manifest-plugin:jar:13.0.1'