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