REST Request Descriptor

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
Last Version

Last Version

1.0.1
Release Date

Release Date

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

How to add to project

<!-- 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.

rest-request-descriptor

Download Build Status License

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

Used with the com.tyro.oss.pact:pact-spring-mvc project.

Getting Started

rest-request-descriptor is available on Maven Central.

<dependency>
    <groupId>com.tyro.oss.pact</groupId>
    <artifactId>rest-request-descriptor</artifactId>
    <version>1.0.1</version>
</dependency>

Copyright and Licensing

Copyright (C) 2016 Tyro Payments Pty Ltd

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contributing

See CONTRIBUTING for details.

com.tyro.oss.pact

Tyro. Better business banking.

Versions

Version
1.0.1