Dependency Information

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

compile 'org.springframework.boot:graphql-maven-plugin-samples-Forum-server:2.9'

Scala SBT

libraryDependencies += "org.springframework.boot" % "graphql-maven-plugin-samples-Forum-server" % "2.9"

Leiningen

[org.springframework.boot/graphql-maven-plugin-samples-Forum-server "2.9"]