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