License |
License |
---|---|
GroupId | GroupIdno.sparebank1.troxy |
ArtifactId | ArtifactIdtroxy-core |
Version | Version3.1.149 |
Type | Typejar |
Description |
DescriptionTroxy 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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
troxy-core-3.1.149.pom | |
troxy-core-3.1.149.jar | 112 KB |
troxy-core-3.1.149-sources.jar | 52 KB |
troxy-core-3.1.149-javadoc.jar | 224 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.sparebank1.troxy/troxy-core/ -->
<dependency>
<groupId>no.sparebank1.troxy</groupId>
<artifactId>troxy-core</artifactId>
<version>3.1.149</version>
</dependency>
// https://jarcasting.com/artifacts/no.sparebank1.troxy/troxy-core/
implementation 'no.sparebank1.troxy:troxy-core:3.1.149'
// https://jarcasting.com/artifacts/no.sparebank1.troxy/troxy-core/
implementation ("no.sparebank1.troxy:troxy-core:3.1.149")
'no.sparebank1.troxy:troxy-core:jar:3.1.149'
<dependency org="no.sparebank1.troxy" name="troxy-core" rev="3.1.149">
<artifact name="troxy-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.sparebank1.troxy', module='troxy-core', version='3.1.149')
)
libraryDependencies += "no.sparebank1.troxy" % "troxy-core" % "3.1.149"
[no.sparebank1.troxy/troxy-core "3.1.149"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.slf4j : slf4j-api | jar | 1.7.28 |
org.eclipse.jetty : jetty-server | jar | 9.4.35.v20201120 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.35.v20201120 |
org.eclipse.jetty : jetty-util | jar | 9.4.35.v20201120 |