t

thundr-contrib-proxy

An intercepting reverse proxy module for Thundr
http://github.com/kuhnza/thundr-contrib-proxy/
Dave Kuhn
Files download
File Operation
thundr-contrib-proxy-0.1.0.jar download
thundr-contrib-proxy-0.1.0.pom download
thundr-contrib-proxy-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-contrib-proxy</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-contrib-proxy:0.1.0'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-contrib-proxy:0.1.0")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-contrib-proxy" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-contrib-proxy', version='0.1.0')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-contrib-proxy" rev="0.1.0" />
Leiningen
[com.threewks.thundr/thundr-contrib-proxy "0.1.0"]
Apache Buildr
'com.threewks.thundr:thundr-contrib-proxy:jar:0.1.0'