Categories |
CategoriesBootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.nhl.bootique.linkrest |
ArtifactId | ArtifactIdbootique-linkrest |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
bootique-linkrest-0.9.pom | |
bootique-linkrest-0.9.jar | 9 KB |
bootique-linkrest-0.9-sources.jar | 3 KB |
bootique-linkrest-0.9-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nhl.bootique.linkrest/bootique-linkrest/ -->
<dependency>
<groupId>com.nhl.bootique.linkrest</groupId>
<artifactId>bootique-linkrest</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.linkrest/bootique-linkrest/
implementation 'com.nhl.bootique.linkrest:bootique-linkrest:0.9'
// https://jarcasting.com/artifacts/com.nhl.bootique.linkrest/bootique-linkrest/
implementation ("com.nhl.bootique.linkrest:bootique-linkrest:0.9")
'com.nhl.bootique.linkrest:bootique-linkrest:jar:0.9'
<dependency org="com.nhl.bootique.linkrest" name="bootique-linkrest" rev="0.9">
<artifact name="bootique-linkrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.linkrest', module='bootique-linkrest', version='0.9')
)
libraryDependencies += "com.nhl.bootique.linkrest" % "bootique-linkrest" % "0.9"
[com.nhl.bootique.linkrest/bootique-linkrest "0.9"]