is not current version
Last Version 0.18

com.nhl.bootique:bootique-test 0.14

Provides a test framework on top of Bootique.

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

com.nhl.bootique
ArtifactId

ArtifactId

bootique-test
Version

Version

0.14
Type

Type

jar

Download bootique-test 0.14


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