is not current version
Last Version 1.3

io.bootique.agrest:bootique-linkrest 1.0.RC1

Provides LinkRest integration with Bootique. LinkRest was moved to Agrest, so this module is deprecated. Consider using "bootique-agrest".

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.agrest
ArtifactId

ArtifactId

bootique-linkrest
Version

Version

1.0.RC1
Type

Type

jar

Download bootique-linkrest 1.0.RC1


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