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