Categories |
CategoriesJUnit Unit Testing Net |
---|---|
GroupId | GroupIdnet.serenity-bdd |
ArtifactId | ArtifactIdserenity-junit5 |
Version | Version3.1.5 |
Type | Typejar |
Filename | Size |
---|---|
serenity-junit5-3.1.5.pom | |
serenity-junit5-3.1.5.jar | 54 KB |
serenity-junit5-3.1.5-sources.jar | 25 KB |
serenity-junit5-3.1.5-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.serenity-bdd/serenity-junit5/ -->
<dependency>
<groupId>net.serenity-bdd</groupId>
<artifactId>serenity-junit5</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.serenity-bdd/serenity-junit5/
implementation 'net.serenity-bdd:serenity-junit5:3.1.5'
// https://jarcasting.com/artifacts/net.serenity-bdd/serenity-junit5/
implementation ("net.serenity-bdd:serenity-junit5:3.1.5")
'net.serenity-bdd:serenity-junit5:jar:3.1.5'
<dependency org="net.serenity-bdd" name="serenity-junit5" rev="3.1.5">
<artifact name="serenity-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.serenity-bdd', module='serenity-junit5', version='3.1.5')
)
libraryDependencies += "net.serenity-bdd" % "serenity-junit5" % "3.1.5"
[net.serenity-bdd/serenity-junit5 "3.1.5"]