j

jpack-maven-plugin

这是一个用于对 SpringBoot 服务打包为 Windows、Linux 下可部署包的 Maven 插件。
https://github.com/blinkfox/jpack-maven-plugin
The Apache Software License, Version 2.0
blinkfox
blinkfox
文件下载
文件名 操作
jpack-maven-plugin-1.2.0.jar 下载
jpack-maven-plugin-1.2.0.pom 下载
jpack-maven-plugin-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.blinkfox</groupId>
  <artifactId>jpack-maven-plugin</artifactId>
  <version>1.2.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.blinkfox:jpack-maven-plugin:1.2.0'
Gradle Kotlin
implementation("com.blinkfox:jpack-maven-plugin:1.2.0")
Scala SBT
libraryDependencies += "com.blinkfox" % "jpack-maven-plugin" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.blinkfox', module='jpack-maven-plugin', version='1.2.0')
)
Apache Ivy
<dependency org="com.blinkfox" name="jpack-maven-plugin" rev="1.2.0" />
Leiningen
[com.blinkfox/jpack-maven-plugin "1.2.0"]
Apache Buildr
'com.blinkfox:jpack-maven-plugin:jar:1.2.0'