MVN

tech.kronicle : spring-graphql-code-first

Maven & Gradle

Feb 25, 2023
0 stars

tech.kronicle:spring-graphql-code-first · spring-graphql-code-first library for taking a code first approach with Spring's integration with the graphql-java framework

<dependency>
    <groupId>tech.kronicle</groupId>
    <artifactId>spring-graphql-code-first</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.kronicle : spring-graphql-code-first to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of tech.kronicle : spring-graphql-code-first to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
spring-graphql-code-first-0.2.1
0.1.x
spring-graphql-code-first-0.1.246

How to add a dependency to Maven

Add the following tech.kronicle : spring-graphql-code-first maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.kronicle</groupId>
    <artifactId>spring-graphql-code-first</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.kronicle : spring-graphql-code-first gradle dependency to your build.gradle file:

implementation 'tech.kronicle:spring-graphql-code-first:0.2.1'

Gradle Kotlin DSL: Add the following tech.kronicle : spring-graphql-code-first gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.kronicle:spring-graphql-code-first:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.kronicle : spring-graphql-code-first sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.kronicle" % "spring-graphql-code-first" % "0.2.1"