Files download
File Operation
link-rest-parent-2.11.pom download
Apache Maven
<dependency>
  <groupId>com.nhl.link.rest</groupId>
  <artifactId>link-rest-parent</artifactId>
  <version>2.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.nhl.link.rest:link-rest-parent:2.11'
Gradle Kotlin
implementation("com.nhl.link.rest:link-rest-parent:2.11")
Scala SBT
libraryDependencies += "com.nhl.link.rest" % "link-rest-parent" % "2.11"
Groovy Grape
@Grapes(
  @Grab(group='com.nhl.link.rest', module='link-rest-parent', version='2.11')
)
Apache Ivy
<dependency org="com.nhl.link.rest" name="link-rest-parent" rev="2.11" />
Leiningen
[com.nhl.link.rest/link-rest-parent "2.11"]
Apache Buildr
'com.nhl.link.rest:link-rest-parent:jar:2.11'
Dependencies
The project has no third-party dependencies