t

troxy-server

Troxy is a proxy intended for simulating a remote service without actually connecting to the server. Incoming requests are matched using regular expressions and responses are created from a recorded response from the remote service and optionally modified by inserting values caught from the regular expression used to match the request.
https://github.com/SpareBank1/Troxy/troxy-server
MIT License
Ole Kristian Sunde
Files download
File Operation
troxy-server-3.1.95.jar download
troxy-server-3.1.95.pom download
troxy-server-3.1.95-sources.jar download
Apache Maven
<dependency>
  <groupId>no.sparebank1.troxy</groupId>
  <artifactId>troxy-server</artifactId>
  <version>3.1.95</version>
</dependency>
Gradle Groovy
implementation 'no.sparebank1.troxy:troxy-server:3.1.95'
Gradle Kotlin
implementation("no.sparebank1.troxy:troxy-server:3.1.95")
Scala SBT
libraryDependencies += "no.sparebank1.troxy" % "troxy-server" % "3.1.95"
Groovy Grape
@Grapes(
  @Grab(group='no.sparebank1.troxy', module='troxy-server', version='3.1.95')
)
Apache Ivy
<dependency org="no.sparebank1.troxy" name="troxy-server" rev="3.1.95" />
Leiningen
[no.sparebank1.troxy/troxy-server "3.1.95"]
Apache Buildr
'no.sparebank1.troxy:troxy-server:jar:3.1.95'