Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.serenity-bdd |
ArtifactId | ArtifactIdserenity-screenplay-rest |
Version | Version2.2.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.serenity-bdd/serenity-screenplay-rest/ -->
<dependency>
<groupId>net.serenity-bdd</groupId>
<artifactId>serenity-screenplay-rest</artifactId>
<version>2.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.serenity-bdd/serenity-screenplay-rest/
implementation 'net.serenity-bdd:serenity-screenplay-rest:2.2.10'
// https://jarcasting.com/artifacts/net.serenity-bdd/serenity-screenplay-rest/
implementation ("net.serenity-bdd:serenity-screenplay-rest:2.2.10")
'net.serenity-bdd:serenity-screenplay-rest:jar:2.2.10'
<dependency org="net.serenity-bdd" name="serenity-screenplay-rest" rev="2.2.10">
<artifact name="serenity-screenplay-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.serenity-bdd', module='serenity-screenplay-rest', version='2.2.10')
)
libraryDependencies += "net.serenity-bdd" % "serenity-screenplay-rest" % "2.2.10"
[net.serenity-bdd/serenity-screenplay-rest "2.2.10"]