MVN

org.apache.camel : camel-graphql-starter

Maven & Gradle

Oct 21, 2019
4 usages

Spring-Boot Starter :: Camel :: GraphQL · Spring-Boot Starter for A Camel GraphQL Component

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-graphql-starter</artifactId>
    <version>3.0.0-RC3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.camel : camel-graphql-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-RC3
  • Latest Release Candidate: 3.0.0-RC3

All Versions

Choose a version of org.apache.camel : camel-graphql-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
camel-graphql-starter-3.0.0-RC3

How to add a dependency to Maven

Add the following org.apache.camel : camel-graphql-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-graphql-starter</artifactId>
    <version>3.0.0-RC3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.camel : camel-graphql-starter gradle dependency to your build.gradle file:

implementation 'org.apache.camel:camel-graphql-starter:3.0.0-RC3'

Gradle Kotlin DSL: Add the following org.apache.camel : camel-graphql-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.camel:camel-graphql-starter:3.0.0-RC3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.camel : camel-graphql-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.camel" % "camel-graphql-starter" % "3.0.0-RC3"

Advertisement