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