s

spotter-maven-plugin

Files download
File Operation
spotter-maven-plugin-1.2.0.jar download
spotter-maven-plugin-1.2.0.pom download
spotter-maven-plugin-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sdorra</groupId>
  <artifactId>spotter-maven-plugin</artifactId>
  <version>1.2.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.sdorra:spotter-maven-plugin:1.2.0'
Gradle Kotlin
implementation("com.github.sdorra:spotter-maven-plugin:1.2.0")
Scala SBT
libraryDependencies += "com.github.sdorra" % "spotter-maven-plugin" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sdorra', module='spotter-maven-plugin', version='1.2.0')
)
Apache Ivy
<dependency org="com.github.sdorra" name="spotter-maven-plugin" rev="1.2.0" />
Leiningen
[com.github.sdorra/spotter-maven-plugin "1.2.0"]
Apache Buildr
'com.github.sdorra:spotter-maven-plugin:jar:1.2.0'