s

spotter-maven-plugin

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