t

troxy

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
MIT License
SpareBank 1 Utvikling
Ole Kristian Sunde
Files download
File Operation
troxy-0.0.994.pom download
Apache Maven
<dependency>
  <groupId>no.sparebank1.troxy</groupId>
  <artifactId>troxy</artifactId>
  <version>0.0.994</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'no.sparebank1.troxy:troxy:0.0.994'
Gradle Kotlin
implementation("no.sparebank1.troxy:troxy:0.0.994")
Scala SBT
libraryDependencies += "no.sparebank1.troxy" % "troxy" % "0.0.994"
Groovy Grape
@Grapes(
  @Grab(group='no.sparebank1.troxy', module='troxy', version='0.0.994')
)
Apache Ivy
<dependency org="no.sparebank1.troxy" name="troxy" rev="0.0.994" />
Leiningen
[no.sparebank1.troxy/troxy "0.0.994"]
Apache Buildr
'no.sparebank1.troxy:troxy:jar:0.0.994'
Dependencies
The project has no third-party dependencies