GroupId | GroupIdio.rest-assured |
---|---|
ArtifactId | ArtifactIdrest-assured-common |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
rest-assured-common-3.0.2.pom | |
rest-assured-common-3.0.2.jar | 37 KB |
rest-assured-common-3.0.2-sources.jar | 18 KB |
rest-assured-common-3.0.2-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rest-assured/rest-assured-common/ -->
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured-common</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured/rest-assured-common/
implementation 'io.rest-assured:rest-assured-common:3.0.2'
// https://jarcasting.com/artifacts/io.rest-assured/rest-assured-common/
implementation ("io.rest-assured:rest-assured-common:3.0.2")
'io.rest-assured:rest-assured-common:jar:3.0.2'
<dependency org="io.rest-assured" name="rest-assured-common" rev="3.0.2">
<artifact name="rest-assured-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured', module='rest-assured-common', version='3.0.2')
)
libraryDependencies += "io.rest-assured" % "rest-assured-common" % "3.0.2"
[io.rest-assured/rest-assured-common "3.0.2"]