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