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