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