m

maven-uberize-plugin

Repackages the project classes together with their dependencies into a single uber-jar, optionally applying transofrmations like class renaming and resources aggregation.
文件下载
文件名 操作
maven-uberize-plugin-1.45.jar 下载
maven-uberize-plugin-1.45.pom 下载
maven-uberize-plugin-1.45-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.fusesource.mvnplugins</groupId>
  <artifactId>maven-uberize-plugin</artifactId>
  <version>1.45</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.fusesource.mvnplugins:maven-uberize-plugin:1.45'
Gradle Kotlin
implementation("org.fusesource.mvnplugins:maven-uberize-plugin:1.45")
Scala SBT
libraryDependencies += "org.fusesource.mvnplugins" % "maven-uberize-plugin" % "1.45"
Groovy Grape
@Grapes(
  @Grab(group='org.fusesource.mvnplugins', module='maven-uberize-plugin', version='1.45')
)
Apache Ivy
<dependency org="org.fusesource.mvnplugins" name="maven-uberize-plugin" rev="1.45" />
Leiningen
[org.fusesource.mvnplugins/maven-uberize-plugin "1.45"]
Apache Buildr
'org.fusesource.mvnplugins:maven-uberize-plugin:jar:1.45'