License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique |
ArtifactId | ArtifactIdbootique-junit5 |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-junit5: unit/integration test framework for Bootique apps
Provides a test framework on top of Bootique.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-junit5-2.0.1.pom | |
bootique-junit5-2.0.1.jar | 51 KB |
bootique-junit5-2.0.1-sources.jar | 40 KB |
bootique-junit5-2.0.1-javadoc.jar | 194 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique/bootique-junit5/ -->
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique-junit5</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique/bootique-junit5/
implementation 'io.bootique:bootique-junit5:2.0.1'
// https://jarcasting.com/artifacts/io.bootique/bootique-junit5/
implementation ("io.bootique:bootique-junit5:2.0.1")
'io.bootique:bootique-junit5:jar:2.0.1'
<dependency org="io.bootique" name="bootique-junit5" rev="2.0.1">
<artifact name="bootique-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique', module='bootique-junit5', version='2.0.1')
)
libraryDependencies += "io.bootique" % "bootique-junit5" % "2.0.1"
[io.bootique/bootique-junit5 "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique | jar | 2.0.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |