is not current version
Last Version 5.0.M2

io.agrest:agrest-engine 3.11

Core Agrest server engine

GroupId

GroupId

io.agrest
ArtifactId

ArtifactId

agrest-engine
Version

Version

3.11
Type

Type

jar

Download agrest-engine 3.11


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