License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.serenity-bdd |
ArtifactId | ArtifactIdserenity-assertions |
Version | Version3.2.1-RC1 |
Type | Typejar |
Description |
DescriptionSerenity Assertions
Serenity BDD Core Libraries
|
<!-- https://jarcasting.com/artifacts/net.serenity-bdd/serenity-assertions/ -->
<dependency>
<groupId>net.serenity-bdd</groupId>
<artifactId>serenity-assertions</artifactId>
<version>3.2.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/net.serenity-bdd/serenity-assertions/
implementation 'net.serenity-bdd:serenity-assertions:3.2.1-RC1'
// https://jarcasting.com/artifacts/net.serenity-bdd/serenity-assertions/
implementation ("net.serenity-bdd:serenity-assertions:3.2.1-RC1")
'net.serenity-bdd:serenity-assertions:jar:3.2.1-RC1'
<dependency org="net.serenity-bdd" name="serenity-assertions" rev="3.2.1-RC1">
<artifact name="serenity-assertions" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.serenity-bdd', module='serenity-assertions', version='3.2.1-RC1')
)
libraryDependencies += "net.serenity-bdd" % "serenity-assertions" % "3.2.1-RC1"
[net.serenity-bdd/serenity-assertions "3.2.1-RC1"]
Group / Artifact | Type | Version |
---|---|---|
net.serenity-bdd : serenity-core | jar | 3.2.1-RC1 |
net.serenity-bdd : serenity-junit | jar | 3.2.1-RC1 |
net.serenity-bdd : serenity-screenplay | jar | 3.2.1-RC1 |
org.assertj : assertj-core | jar | 3.21.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |