r

rest-assured-bom

Centralized dependencyManagement for the Rest Assured Project
https://rest-assured.io/
Apache 2.0
Johan Haleby
Files download
File Operation
rest-assured-bom-5.4.0.pom download
Apache Maven
<dependency>
  <groupId>io.rest-assured</groupId>
  <artifactId>rest-assured-bom</artifactId>
  <version>5.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.rest-assured:rest-assured-bom:5.4.0'
Gradle Kotlin
implementation("io.rest-assured:rest-assured-bom:5.4.0")
Scala SBT
libraryDependencies += "io.rest-assured" % "rest-assured-bom" % "5.4.0"
Groovy Grape
@Grapes(
  @Grab(group='io.rest-assured', module='rest-assured-bom', version='5.4.0')
)
Apache Ivy
<dependency org="io.rest-assured" name="rest-assured-bom" rev="5.4.0" />
Leiningen
[io.rest-assured/rest-assured-bom "5.4.0"]
Apache Buildr
'io.rest-assured:rest-assured-bom:jar:5.4.0'
Dependencies
The project has no third-party dependencies