r

reststop-development-plugin

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