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