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