m

maven-license-plugin

Plugin pour switcher de license dans un module maven 2
http://maven-site.nuiton.org/maven-license-plugin
文件下载
文件名 操作
maven-license-plugin-1.0.0.jar 下载
maven-license-plugin-1.0.0.pom 下载
maven-license-plugin-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.nuiton</groupId>
  <artifactId>maven-license-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.nuiton:maven-license-plugin:1.0.0'
Gradle Kotlin
implementation("org.nuiton:maven-license-plugin:1.0.0")
Scala SBT
libraryDependencies += "org.nuiton" % "maven-license-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.nuiton', module='maven-license-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="org.nuiton" name="maven-license-plugin" rev="1.0.0" />
Leiningen
[org.nuiton/maven-license-plugin "1.0.0"]
Apache Buildr
'org.nuiton:maven-license-plugin:jar:1.0.0'