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