Last Version

REST Request Descriptor 1.0.1

A simple descriptor to hold the details important for making an HTTP request.

License

License

GroupId

GroupId

com.tyro.oss.pact
ArtifactId

ArtifactId

rest-request-descriptor
Version

Version

1.0.1
Type

Type

jar
Description

Description

REST Request Descriptor
A simple descriptor to hold the details important for making an HTTP request.
Project URL

Project URL

https://github.com/tyro/rest-request-descriptor
Source Code Management

Source Code Management

https://github.com/tyro/rest-request-descriptor

Download rest-request-descriptor 1.0.1


<!-- https://jarcasting.com/artifacts/com.tyro.oss.pact/rest-request-descriptor/ -->
<dependency>
    <groupId>com.tyro.oss.pact</groupId>
    <artifactId>rest-request-descriptor</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tyro.oss.pact/rest-request-descriptor/
implementation 'com.tyro.oss.pact:rest-request-descriptor:1.0.1'
// https://jarcasting.com/artifacts/com.tyro.oss.pact/rest-request-descriptor/
implementation ("com.tyro.oss.pact:rest-request-descriptor:1.0.1")
'com.tyro.oss.pact:rest-request-descriptor:jar:1.0.1'
<dependency org="com.tyro.oss.pact" name="rest-request-descriptor" rev="1.0.1">
  <artifact name="rest-request-descriptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tyro.oss.pact', module='rest-request-descriptor', version='1.0.1')
)
libraryDependencies += "com.tyro.oss.pact" % "rest-request-descriptor" % "1.0.1"
[com.tyro.oss.pact/rest-request-descriptor "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework : spring-core jar 5.2.0.RELEASE
org.springframework : spring-web jar 5.2.0.RELEASE
org.apache.commons : commons-lang3 jar 3.9

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.5.2
org.junit.jupiter : junit-jupiter-engine jar 5.5.2

Project Modules

There are no modules declared in this project.