is not current version
Last Version 3.2.33

no.sparebank1.troxy:troxy-embedded 3.1.118

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.

GroupId

GroupId

no.sparebank1.troxy
ArtifactId

ArtifactId

troxy-embedded
Version

Version

3.1.118
Type

Type

jar

Download troxy-embedded 3.1.118


<!-- https://jarcasting.com/artifacts/no.sparebank1.troxy/troxy-embedded/ -->
<dependency>
    <groupId>no.sparebank1.troxy</groupId>
    <artifactId>troxy-embedded</artifactId>
    <version>3.1.118</version>
</dependency>
// https://jarcasting.com/artifacts/no.sparebank1.troxy/troxy-embedded/
implementation 'no.sparebank1.troxy:troxy-embedded:3.1.118'
// https://jarcasting.com/artifacts/no.sparebank1.troxy/troxy-embedded/
implementation ("no.sparebank1.troxy:troxy-embedded:3.1.118")
'no.sparebank1.troxy:troxy-embedded:jar:3.1.118'
<dependency org="no.sparebank1.troxy" name="troxy-embedded" rev="3.1.118">
  <artifact name="troxy-embedded" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.sparebank1.troxy', module='troxy-embedded', version='3.1.118')
)
libraryDependencies += "no.sparebank1.troxy" % "troxy-embedded" % "3.1.118"
[no.sparebank1.troxy/troxy-embedded "3.1.118"]