MVN

no.sparebank1.troxy : troxy-server

Maven & Gradle

Feb 24, 2022
1 usages
18 stars

Troxy Server · 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-server</artifactId>
    <version>3.2.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.33

All Versions

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

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

How to add a dependency to Maven

Add the following no.sparebank1.troxy : troxy-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.sparebank1.troxy : troxy-server gradle dependency to your build.gradle file:

implementation 'no.sparebank1.troxy:troxy-server:3.2.33'

Gradle Kotlin DSL: Add the following no.sparebank1.troxy : troxy-server gradle kotlin dependency to your build.gradle.kts file:

implementation("no.sparebank1.troxy:troxy-server:3.2.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.sparebank1.troxy : troxy-server sbt scala dependency to your build.sbt file:

libraryDependencies += "no.sparebank1.troxy" % "troxy-server" % "3.2.33"

Advertisement