is not current version
Last Version 5.0.M2

io.agrest:agrest-parent 3.11

Agrest is a Model-driven RESTful data services framework. This is the parent POM of all Agrest modules

GroupId

GroupId

io.agrest
ArtifactId

ArtifactId

agrest-parent
Version

Version

3.11
Type

Type

pom

Download agrest-parent 3.11

Filename Size
agrest-parent-3.11.pom 15 KB
Browse

<!-- https://jarcasting.com/artifacts/io.agrest/agrest-parent/ -->
<dependency>
    <groupId>io.agrest</groupId>
    <artifactId>agrest-parent</artifactId>
    <version>3.11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.agrest/agrest-parent/
implementation 'io.agrest:agrest-parent:3.11'
// https://jarcasting.com/artifacts/io.agrest/agrest-parent/
implementation ("io.agrest:agrest-parent:3.11")
'io.agrest:agrest-parent:pom:3.11'
<dependency org="io.agrest" name="agrest-parent" rev="3.11">
  <artifact name="agrest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.agrest', module='agrest-parent', version='3.11')
)
libraryDependencies += "io.agrest" % "agrest-parent" % "3.11"
[io.agrest/agrest-parent "3.11"]