| License |
License
The Apache Software License, Version 2.0
|
|---|---|
| Categories |
CategoriesJUnit Unit Testing Net |
| GroupId | GroupIdnet.serenity-bdd |
| ArtifactId | ArtifactIdserenity-junit |
| Version | Version3.1.16 |
| Type | Typejar |
| Description |
DescriptionSerenity JUnit Runner
Serenity BDD Core Libraries
|
| Filename | Size |
|---|---|
| serenity-junit-3.1.16.pom | |
| serenity-junit-3.1.16.jar | 82 KB |
| serenity-junit-3.1.16-sources.jar | 45 KB |
| serenity-junit-3.1.16-javadoc.jar | 264 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.serenity-bdd/serenity-junit/ -->
<dependency>
<groupId>net.serenity-bdd</groupId>
<artifactId>serenity-junit</artifactId>
<version>3.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/net.serenity-bdd/serenity-junit/
implementation 'net.serenity-bdd:serenity-junit:3.1.16'
// https://jarcasting.com/artifacts/net.serenity-bdd/serenity-junit/
implementation ("net.serenity-bdd:serenity-junit:3.1.16")
'net.serenity-bdd:serenity-junit:jar:3.1.16'
<dependency org="net.serenity-bdd" name="serenity-junit" rev="3.1.16">
<artifact name="serenity-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.serenity-bdd', module='serenity-junit', version='3.1.16')
)
libraryDependencies += "net.serenity-bdd" % "serenity-junit" % "3.1.16"
[net.serenity-bdd/serenity-junit "3.1.16"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.serenity-bdd : serenity-core | jar | 3.1.16 |
| junit : junit Optional | jar | 4.13.2 |
| org.junit.jupiter : junit-jupiter-engine Optional | jar | 5.8.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.spockframework : spock-core | jar | 2.0-M3-groovy-3.0 |
| org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
| org.springframework : spring-jdbc | jar | 5.3.3 |
| org.springframework : spring-aop | jar | 5.3.3 |
| org.springframework : spring-orm | jar | 5.3.3 |