MVN

no.sparebank1.troxy : troxy

Maven & Gradle

Feb 24, 2022
18 stars

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.

<dependency>
    <groupId>no.sparebank1.troxy</groupId>
    <artifactId>troxy</artifactId>
    <version>3.2.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.sparebank1.troxy : troxy to add to Maven - Latest Versions:

  • Latest Stable: 3.2.33

All Versions

Choose a version of no.sparebank1.troxy : troxy to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
troxy-3.2.33
troxy-3.2.25
troxy-3.2.15
troxy-3.2.14
troxy-3.2.9
3.1.x
troxy-3.1.149
troxy-3.1.146
troxy-3.1.135
troxy-3.1.129
troxy-3.1.118
troxy-3.1.115
troxy-3.1.112
troxy-3.1.98
troxy-3.1.95
troxy-3.1.92
troxy-3.1.88
troxy-3.1.80
troxy-3.1.78
troxy-3.1.76
troxy-3.1.74
troxy-3.1.72
troxy-3.1.71
troxy-3.1.66
troxy-3.1.63
troxy-3.1.61
troxy-3.1.58
troxy-3.1.39
0.0.x
troxy-0.0.994
troxy-0.0.993

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>no.sparebank1.troxy</groupId>
    <artifactId>troxy</artifactId>
    <version>3.2.33</version>
</dependency>

Advertisement