MVN

com.nhl.link.rest : link-rest-client

Maven & Gradle

Aug 18, 2018
1 usages
73 stars

link-rest-client: client library to access LR services · Link Rest Java client

<dependency>
    <groupId>com.nhl.link.rest</groupId>
    <artifactId>link-rest-client</artifactId>
    <version>2.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nhl.link.rest : link-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.13

All Versions

Choose a version of com.nhl.link.rest : link-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.13
link-rest-client-2.13
2.12
link-rest-client-2.12
2.11
link-rest-client-2.11
2.10
link-rest-client-2.10
2.9
link-rest-client-2.9
2.8
link-rest-client-2.8
2.7
link-rest-client-2.7
2.6
link-rest-client-2.6
2.5
link-rest-client-2.5
2.4
link-rest-client-2.4
2.3
link-rest-client-2.3
2.2
link-rest-client-2.2
2.1
link-rest-client-2.1
2.0
link-rest-client-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nhl.link.rest</groupId>
    <artifactId>link-rest-client</artifactId>
    <version>2.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nhl.link.rest : link-rest-client gradle dependency to your build.gradle file:

implementation 'com.nhl.link.rest:link-rest-client:2.13'

Gradle Kotlin DSL: Add the following com.nhl.link.rest : link-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nhl.link.rest:link-rest-client:2.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nhl.link.rest : link-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nhl.link.rest" % "link-rest-client" % "2.13"

Advertisement