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.115.jar download
troxy-server-3.1.115.pom download
troxy-server-3.1.115-sources.jar download
Apache Maven
<dependency>
  <groupId>no.sparebank1.troxy</groupId>
  <artifactId>troxy-server</artifactId>
  <version>3.1.115</version>
</dependency>
Gradle Groovy
implementation 'no.sparebank1.troxy:troxy-server:3.1.115'
Gradle Kotlin
implementation("no.sparebank1.troxy:troxy-server:3.1.115")
Scala SBT
libraryDependencies += "no.sparebank1.troxy" % "troxy-server" % "3.1.115"
Groovy Grape
@Grapes(
  @Grab(group='no.sparebank1.troxy', module='troxy-server', version='3.1.115')
)
Apache Ivy
<dependency org="no.sparebank1.troxy" name="troxy-server" rev="3.1.115" />
Leiningen
[no.sparebank1.troxy/troxy-server "3.1.115"]
Apache Buildr
'no.sparebank1.troxy:troxy-server:jar:3.1.115'