t

troxy-core

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