Last Version

bootique-test: a unit/integration test framework on top of Bootique 0.18

Provides a test framework on top of Bootique.

License

License

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

com.nhl.bootique
ArtifactId

ArtifactId

bootique-test
Version

Version

0.18
Type

Type

jar
Description

Description

bootique-test: a unit/integration test framework on top of Bootique
Provides a test framework on top of Bootique.
Project Organization

Project Organization

National Hockey League

Download bootique-test 0.18


<!-- https://jarcasting.com/artifacts/com.nhl.bootique/bootique-test/ -->
<dependency>
    <groupId>com.nhl.bootique</groupId>
    <artifactId>bootique-test</artifactId>
    <version>0.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique/bootique-test/
implementation 'com.nhl.bootique:bootique-test:0.18'
// https://jarcasting.com/artifacts/com.nhl.bootique/bootique-test/
implementation ("com.nhl.bootique:bootique-test:0.18")
'com.nhl.bootique:bootique-test:jar:0.18'
<dependency org="com.nhl.bootique" name="bootique-test" rev="0.18">
  <artifact name="bootique-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique', module='bootique-test', version='0.18')
)
libraryDependencies += "com.nhl.bootique" % "bootique-test" % "0.18"
[com.nhl.bootique/bootique-test "0.18"]

Dependencies

compile (1)

Group / Artifact Type Version
com.nhl.bootique : bootique jar 0.18

provided (1)

Group / Artifact Type Version
junit : junit jar 4.12

test (2)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.0.31-beta
org.slf4j : slf4j-simple jar 1.7.13

Project Modules

There are no modules declared in this project.