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