Dependency Information

Apache Maven

<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>graphql-maven-plugin-samples-Forum-client</artifactId>
  <version>2.5</version>
</dependency>

Apache Ivy

<dependency org="org.springframework.boot" name="graphql-maven-plugin-samples-Forum-client" rev="2.5">
  <artifact name="graphql-maven-plugin-samples-Forum-client" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.springframework.boot', module='graphql-maven-plugin-samples-Forum-client', version='2.5')
)

Gradle/Grails

compile 'org.springframework.boot:graphql-maven-plugin-samples-Forum-client:2.5'

Scala SBT

libraryDependencies += "org.springframework.boot" % "graphql-maven-plugin-samples-Forum-client" % "2.5"

Leiningen

[org.springframework.boot/graphql-maven-plugin-samples-Forum-client "2.5"]