s

spotter-maven-plugin

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