MVN

io.bootique.agrest : bootique-linkrest

Maven & Gradle

Dec 22, 2021
1 usages
7 stars

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

<dependency>
    <groupId>io.bootique.agrest</groupId>
    <artifactId>bootique-linkrest</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bootique.agrest : bootique-linkrest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3
  • Latest Release Candidate: 1.0.RC1

All Versions

Choose a version of io.bootique.agrest : bootique-linkrest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
bootique-linkrest-1.3
1.2
bootique-linkrest-1.2
1.1
bootique-linkrest-1.1
1.0
bootique-linkrest-1.0
1.0.x
bootique-linkrest-1.0.RC1

How to add a dependency to Maven

Add the following io.bootique.agrest : bootique-linkrest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.bootique.agrest</groupId>
    <artifactId>bootique-linkrest</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bootique.agrest : bootique-linkrest gradle dependency to your build.gradle file:

implementation 'io.bootique.agrest:bootique-linkrest:1.3'

Gradle Kotlin DSL: Add the following io.bootique.agrest : bootique-linkrest gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bootique.agrest:bootique-linkrest:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bootique.agrest : bootique-linkrest sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bootique.agrest" % "bootique-linkrest" % "1.3"

Advertisement