is not current version
Last Version 3.2.33

no.sparebank1.troxy:troxy 0.0.994

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
Version

Version

0.0.994
Type

Type

pom

Download troxy 0.0.994

Filename Size
troxy-0.0.994.pom 10 KB
Browse

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