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