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