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