s

smallmind-license-plugin

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