MVN

io.agrest : agrest

Maven & Gradle

Nov 14, 2021
7 usages
73 stars

agrest: Cayenne-based Agrest server (legacy) · Cayenne-based Agrest server. Exists for legacy purposes to combine generic server engine with Cayenne backend

<dependency>
    <groupId>io.agrest</groupId>
    <artifactId>agrest</artifactId>
    <version>3.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.agrest : agrest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.11

All Versions

Choose a version of io.agrest : agrest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1
agrest-4.1
4.0
agrest-4.0
3.11
agrest-3.11
3.10
agrest-3.10
3.9
agrest-3.9
3.8
agrest-3.8
3.7
agrest-3.7
3.6
agrest-3.6
3.5
agrest-3.5
3.4
agrest-3.4
3.3
agrest-3.3
3.2
agrest-3.2
3.1
agrest-3.1
3.0
agrest-3.0

How to add a dependency to Maven

Add the following io.agrest : agrest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.agrest</groupId>
    <artifactId>agrest</artifactId>
    <version>3.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.agrest : agrest gradle dependency to your build.gradle file:

implementation 'io.agrest:agrest:3.11'

Gradle Kotlin DSL: Add the following io.agrest : agrest gradle kotlin dependency to your build.gradle.kts file:

implementation("io.agrest:agrest:3.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.agrest : agrest sbt scala dependency to your build.sbt file:

libraryDependencies += "io.agrest" % "agrest" % "3.11"

Advertisement

Dependencies from Group

Jul 31, 2023
11 usages
75 stars
Jul 31, 2023
10 usages
75 stars
Jul 31, 2023
9 usages
75 stars
Nov 14, 2021
7 usages
73 stars
Jun 14, 2022
5 usages
73 stars

Discover Dependencies