is not current version
Last Version 2.13

com.nhl.link.rest:link-rest-annotations 2.12

A dependency-free collection of LR annotations that allow to annotate model objects without introducing a dependency on LinkRest runtime.

GroupId

GroupId

com.nhl.link.rest
ArtifactId

ArtifactId

link-rest-annotations
Version

Version

2.12
Type

Type

jar

Download link-rest-annotations 2.12


<!-- https://jarcasting.com/artifacts/com.nhl.link.rest/link-rest-annotations/ -->
<dependency>
    <groupId>com.nhl.link.rest</groupId>
    <artifactId>link-rest-annotations</artifactId>
    <version>2.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.link.rest/link-rest-annotations/
implementation 'com.nhl.link.rest:link-rest-annotations:2.12'
// https://jarcasting.com/artifacts/com.nhl.link.rest/link-rest-annotations/
implementation ("com.nhl.link.rest:link-rest-annotations:2.12")
'com.nhl.link.rest:link-rest-annotations:jar:2.12'
<dependency org="com.nhl.link.rest" name="link-rest-annotations" rev="2.12">
  <artifact name="link-rest-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.link.rest', module='link-rest-annotations', version='2.12')
)
libraryDependencies += "com.nhl.link.rest" % "link-rest-annotations" % "2.12"
[com.nhl.link.rest/link-rest-annotations "2.12"]