AgRest (ex LinkRest) integration module for Bootique. See usage example bootique-agrest-demo.
License |
License |
---|---|
Categories |
CategoriesBootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.linkrest |
ArtifactId | ArtifactIdbootique-linkrest |
Last Version | Last Version0.25 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-linkrest: LinkRest Integration with Bootique
Provides LinkRest integration with Bootique
|
Project Organization |
Project OrganizationObjectStyle LLC |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootique-linkrest-0.25.pom | |
bootique-linkrest-0.25.jar | 5 KB |
bootique-linkrest-0.25-sources.jar | 4 KB |
bootique-linkrest-0.25-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.25</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.linkrest/bootique-linkrest/
implementation 'io.bootique.linkrest:bootique-linkrest:0.25'
// https://jarcasting.com/artifacts/io.bootique.linkrest/bootique-linkrest/
implementation ("io.bootique.linkrest:bootique-linkrest:0.25")
'io.bootique.linkrest:bootique-linkrest:jar:0.25'
<dependency org="io.bootique.linkrest" name="bootique-linkrest" rev="0.25">
<artifact name="bootique-linkrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.linkrest', module='bootique-linkrest', version='0.25')
)
libraryDependencies += "io.bootique.linkrest" % "bootique-linkrest" % "0.25"
[io.bootique.linkrest/bootique-linkrest "0.25"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique | jar | 0.25 |
io.bootique.cayenne : bootique-cayenne | jar | 0.25 |
io.bootique.jersey : bootique-jersey | jar | 0.25 |
com.nhl.link.rest : link-rest | jar | 2.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.15.0 |
io.bootique : bootique-test | jar | 0.25 |
io.bootique.jdbc : bootique-jdbc-tomcat | jar | 0.25 |
org.slf4j : slf4j-simple | jar | 1.7.25 |
org.apache.derby : derby | jar | 10.12.1.1 |
AgRest (ex LinkRest) integration module for Bootique. See usage example bootique-agrest-demo.