MVN

org.autumnframework : autumn-service-graphql-pageable

Maven & Gradle

Aug 25, 2023

Autumn Framework: GraphQL - Pageable · Pageable implementation for use as @Argument in graphql methods

<dependency>
    <groupId>org.autumnframework</groupId>
    <artifactId>autumn-service-graphql-pageable</artifactId>
    <version>4.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.autumnframework : autumn-service-graphql-pageable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.3

All Versions

Choose a version of org.autumnframework : autumn-service-graphql-pageable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
autumn-service-graphql-pageable-4.6.3
autumn-service-graphql-pageable-4.6.2

How to add a dependency to Maven

Add the following org.autumnframework : autumn-service-graphql-pageable maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.autumnframework</groupId>
    <artifactId>autumn-service-graphql-pageable</artifactId>
    <version>4.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.autumnframework : autumn-service-graphql-pageable gradle dependency to your build.gradle file:

implementation 'org.autumnframework:autumn-service-graphql-pageable:4.6.3'

Gradle Kotlin DSL: Add the following org.autumnframework : autumn-service-graphql-pageable gradle kotlin dependency to your build.gradle.kts file:

implementation("org.autumnframework:autumn-service-graphql-pageable:4.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.autumnframework : autumn-service-graphql-pageable sbt scala dependency to your build.sbt file:

libraryDependencies += "org.autumnframework" % "autumn-service-graphql-pageable" % "4.6.3"