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