t

tycho-manifest-plugin

a Maven plugin which builds CLIF's manifest.mf plugin for Tycho projects
Vincent ROSSIGNOL
文件下载
文件名 操作
tycho-manifest-plugin-3.0.3.jar 下载
tycho-manifest-plugin-3.0.3.pom 下载
tycho-manifest-plugin-3.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ow2.clif</groupId>
  <artifactId>tycho-manifest-plugin</artifactId>
  <version>3.0.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.clif:tycho-manifest-plugin:3.0.3'
Gradle Kotlin
implementation("org.ow2.clif:tycho-manifest-plugin:3.0.3")
Scala SBT
libraryDependencies += "org.ow2.clif" % "tycho-manifest-plugin" % "3.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.clif', module='tycho-manifest-plugin', version='3.0.3')
)
Apache Ivy
<dependency org="org.ow2.clif" name="tycho-manifest-plugin" rev="3.0.3" />
Leiningen
[org.ow2.clif/tycho-manifest-plugin "3.0.3"]
Apache Buildr
'org.ow2.clif:tycho-manifest-plugin:jar:3.0.3'