is not current version
Last Version 0.18

com.nhl.bootique:bootique-test 0.15

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.15
Type

Type

jar

Download bootique-test 0.15


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