REST Assured: BOM

Centralized dependencyManagement for the Rest Assured Project

License

License

GroupId

GroupId

io.rest-assured
ArtifactId

ArtifactId

rest-assured-bom
Last Version

Last Version

5.1.1
Release Date

Release Date

Type

Type

pom
Description

Description

REST Assured: BOM
Centralized dependencyManagement for the Rest Assured Project
Project URL

Project URL

https://rest-assured.io/
Source Code Management

Source Code Management

http://github.com/rest-assured/rest-assured/tree/master

Download rest-assured-bom

How to add to project

<!-- https://jarcasting.com/artifacts/io.rest-assured/rest-assured-bom/ -->
<dependency>
    <groupId>io.rest-assured</groupId>
    <artifactId>rest-assured-bom</artifactId>
    <version>5.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured/rest-assured-bom/
implementation 'io.rest-assured:rest-assured-bom:5.1.1'
// https://jarcasting.com/artifacts/io.rest-assured/rest-assured-bom/
implementation ("io.rest-assured:rest-assured-bom:5.1.1")
'io.rest-assured:rest-assured-bom:pom:5.1.1'
<dependency org="io.rest-assured" name="rest-assured-bom" rev="5.1.1">
  <artifact name="rest-assured-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured', module='rest-assured-bom', version='5.1.1')
)
libraryDependencies += "io.rest-assured" % "rest-assured-bom" % "5.1.1"
[io.rest-assured/rest-assured-bom "5.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
5.1.1
5.1.0
5.0.1
5.0.0
4.5.1
4.5.0