Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.serenity-bdd |
ArtifactId | ArtifactIdserenity-screenplay-rest |
Version | Version2.0.45 |
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.0.45</version>
</dependency>
// https://jarcasting.com/artifacts/net.serenity-bdd/serenity-screenplay-rest/
implementation 'net.serenity-bdd:serenity-screenplay-rest:2.0.45'
// https://jarcasting.com/artifacts/net.serenity-bdd/serenity-screenplay-rest/
implementation ("net.serenity-bdd:serenity-screenplay-rest:2.0.45")
'net.serenity-bdd:serenity-screenplay-rest:jar:2.0.45'
<dependency org="net.serenity-bdd" name="serenity-screenplay-rest" rev="2.0.45">
<artifact name="serenity-screenplay-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.serenity-bdd', module='serenity-screenplay-rest', version='2.0.45')
)
libraryDependencies += "net.serenity-bdd" % "serenity-screenplay-rest" % "2.0.45"
[net.serenity-bdd/serenity-screenplay-rest "2.0.45"]