License |
License |
---|---|
GroupId | GroupIdio.rest-assured |
ArtifactId | ArtifactIdrest-assured-bom |
Version | Version5.0.1 |
Type | Typepom |
Description |
DescriptionREST Assured: BOM
Centralized dependencyManagement for the Rest Assured Project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rest-assured-bom-5.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rest-assured/rest-assured-bom/ -->
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured-bom</artifactId>
<version>5.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured/rest-assured-bom/
implementation 'io.rest-assured:rest-assured-bom:5.0.1'
// https://jarcasting.com/artifacts/io.rest-assured/rest-assured-bom/
implementation ("io.rest-assured:rest-assured-bom:5.0.1")
'io.rest-assured:rest-assured-bom:pom:5.0.1'
<dependency org="io.rest-assured" name="rest-assured-bom" rev="5.0.1">
<artifact name="rest-assured-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured', module='rest-assured-bom', version='5.0.1')
)
libraryDependencies += "io.rest-assured" % "rest-assured-bom" % "5.0.1"
[io.rest-assured/rest-assured-bom "5.0.1"]