Categories |
CategoriesBootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.agrest |
ArtifactId | ArtifactIdbootique-agrest |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
bootique-agrest-1.3.pom | |
bootique-agrest-1.3.jar | 8 KB |
bootique-agrest-1.3-sources.jar | 8 KB |
bootique-agrest-1.3-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>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.agrest/bootique-agrest/
implementation 'io.bootique.agrest:bootique-agrest:1.3'
// https://jarcasting.com/artifacts/io.bootique.agrest/bootique-agrest/
implementation ("io.bootique.agrest:bootique-agrest:1.3")
'io.bootique.agrest:bootique-agrest:jar:1.3'
<dependency org="io.bootique.agrest" name="bootique-agrest" rev="1.3">
<artifact name="bootique-agrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.agrest', module='bootique-agrest', version='1.3')
)
libraryDependencies += "io.bootique.agrest" % "bootique-agrest" % "1.3"
[io.bootique.agrest/bootique-agrest "1.3"]