is not current version
Last Version 2.0.1

io.bootique:bootique-test 1.0.RC1

Provides a test framework on top of Bootique.

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique
ArtifactId

ArtifactId

bootique-test
Version

Version

1.0.RC1
Type

Type

jar

Download bootique-test 1.0.RC1


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