MVN

com.nhl.bootique.linkrest : bootique-linkrest

Maven & Gradle

Jul 26, 2016
1 usages
7 stars

LinkRest Integration with Bootique · Provides LinkRest integration with Bootique

<dependency>
    <groupId>com.nhl.bootique.linkrest</groupId>
    <artifactId>bootique-linkrest</artifactId>
    <version>0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.11

All Versions

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

Version Vulnerabilities Updated
0.11
bootique-linkrest-0.11
0.10
bootique-linkrest-0.10
0.9
bootique-linkrest-0.9
0.8
bootique-linkrest-0.8
0.7
bootique-linkrest-0.7
0.6
bootique-linkrest-0.6
0.5
bootique-linkrest-0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nhl.bootique.linkrest</groupId>
    <artifactId>bootique-linkrest</artifactId>
    <version>0.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.nhl.bootique.linkrest:bootique-linkrest:0.11'

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

implementation("com.nhl.bootique.linkrest:bootique-linkrest:0.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.nhl.bootique.linkrest" % "bootique-linkrest" % "0.11"