MVN

com.tailrocks.graphql : graphql-java-datetime

Maven & Gradle

Dec 02, 2022
145 stars

graphql-java-datetime · The set of RFC 3339 compliant date/time scalar types for GraphQL Java implementation

<dependency>
    <groupId>com.tailrocks.graphql</groupId>
    <artifactId>graphql-java-datetime</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tailrocks.graphql : graphql-java-datetime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.0

All Versions

Choose a version of com.tailrocks.graphql : graphql-java-datetime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
graphql-java-datetime-6.0.0
5.0.x
graphql-java-datetime-5.0.1
graphql-java-datetime-5.0.0

How to add a dependency to Maven

Add the following com.tailrocks.graphql : graphql-java-datetime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tailrocks.graphql</groupId>
    <artifactId>graphql-java-datetime</artifactId>
    <version>6.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tailrocks.graphql : graphql-java-datetime gradle dependency to your build.gradle file:

implementation 'com.tailrocks.graphql:graphql-java-datetime:6.0.0'

Gradle Kotlin DSL: Add the following com.tailrocks.graphql : graphql-java-datetime gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tailrocks.graphql:graphql-java-datetime:6.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tailrocks.graphql : graphql-java-datetime sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tailrocks.graphql" % "graphql-java-datetime" % "6.0.0"