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