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