is not current version
Last Version 2.0.1

io.bootique.agrest:bootique-agrest 2.0.B1

Provides Agrest integration with Bootique

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.agrest
ArtifactId

ArtifactId

bootique-agrest
Version

Version

2.0.B1
Type

Type

jar

Download bootique-agrest 2.0.B1


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