s

smallmind-license-plugin

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