Files download
File Operation
rest-assured-common-4.3.3.jar download
rest-assured-common-4.3.3.pom download
rest-assured-common-4.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.rest-assured</groupId>
  <artifactId>rest-assured-common</artifactId>
  <version>4.3.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.rest-assured:rest-assured-common:4.3.3'
Gradle Kotlin
implementation("io.rest-assured:rest-assured-common:4.3.3")
Scala SBT
libraryDependencies += "io.rest-assured" % "rest-assured-common" % "4.3.3"
Groovy Grape
@Grapes(
  @Grab(group='io.rest-assured', module='rest-assured-common', version='4.3.3')
)
Apache Ivy
<dependency org="io.rest-assured" name="rest-assured-common" rev="4.3.3" />
Leiningen
[io.rest-assured/rest-assured-common "4.3.3"]
Apache Buildr
'io.rest-assured:rest-assured-common:jar:4.3.3'