| License |
License
The Apache Software License, Version 2.0
|
|---|---|
| Categories |
CategoriesJUnit Unit Testing Net |
| GroupId | GroupIdnet.serenity-bdd |
| ArtifactId | ArtifactIdserenity-junit |
| Last Version | Last Version3.2.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSerenity JUnit Runner
Serenity BDD Core Libraries
|
| Filename | Size |
|---|---|
| serenity-junit-3.2.5.pom | |
| serenity-junit-3.2.5.jar | 83 KB |
| serenity-junit-3.2.5-sources.jar | 40 KB |
| serenity-junit-3.2.5-javadoc.jar | 152 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.serenity-bdd/serenity-junit/ -->
<dependency>
<groupId>net.serenity-bdd</groupId>
<artifactId>serenity-junit</artifactId>
<version>3.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.serenity-bdd/serenity-junit/
implementation 'net.serenity-bdd:serenity-junit:3.2.5'
// https://jarcasting.com/artifacts/net.serenity-bdd/serenity-junit/
implementation ("net.serenity-bdd:serenity-junit:3.2.5")
'net.serenity-bdd:serenity-junit:jar:3.2.5'
<dependency org="net.serenity-bdd" name="serenity-junit" rev="3.2.5">
<artifact name="serenity-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.serenity-bdd', module='serenity-junit', version='3.2.5')
)
libraryDependencies += "net.serenity-bdd" % "serenity-junit" % "3.2.5"
[net.serenity-bdd/serenity-junit "3.2.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.serenity-bdd : serenity-core | jar | 3.2.5 |
| junit : junit | 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.2-M1-groovy-4.0 |
| org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
| org.springframework : spring-jdbc | jar | 5.3.16 |
| org.springframework : spring-aop | jar | 5.3.16 |
| org.springframework : spring-orm | jar | 5.3.16 |