<dependency>
<groupId>com.embedler.moon.graphql</groupId>
<artifactId>spring-graphql-common</artifactId>
<version>2.1.0-2016-05-22T16-50-32</version>
</dependency>
implementation 'com.embedler.moon.graphql:spring-graphql-common:2.1.0-2016-05-22T16-50-32'
implementation("com.embedler.moon.graphql:spring-graphql-common:2.1.0-2016-05-22T16-50-32")
libraryDependencies += "com.embedler.moon.graphql" % "spring-graphql-common" % "2.1.0-2016-05-22T16-50-32"
@Grapes(
@Grab(group='com.embedler.moon.graphql', module='spring-graphql-common', version='2.1.0-2016-05-22T16-50-32')
)
<dependency org="com.embedler.moon.graphql" name="spring-graphql-common" rev="2.1.0-2016-05-22T16-50-32" />
runtime
|-- org.springframework:spring-core:4.2.4.RELEASE
|-- org.springframework:spring-context:4.2.4.RELEASE
|-- com.graphql-java:graphql-java:2.0.0
|-- org.reflections:reflections:0.9.10
|-- org.apache.commons:commons-lang3:3.4
|-- com.fasterxml.jackson.core:jackson-core:2.6.5
|-- com.fasterxml.jackson.core:jackson-databind:2.6.5