Dependency Information
Apache Maven
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>graphql-maven-plugin-samples-Forum-client</artifactId> <version>2.8</version> </dependency>
Apache Ivy
<dependency org="org.springframework.boot" name="graphql-maven-plugin-samples-Forum-client" rev="2.8"> <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.8') )
Gradle/Grails
compile 'org.springframework.boot:graphql-maven-plugin-samples-Forum-client:2.8'
Scala SBT
libraryDependencies += "org.springframework.boot" % "graphql-maven-plugin-samples-Forum-client" % "2.8"
Leiningen
[org.springframework.boot/graphql-maven-plugin-samples-Forum-client "2.8"]