d

dropwizard-graphql

Dropwizard GraphQL Bundle
https://github.com/smoketurner/dropwizard-graphql
Files download
File Operation
dropwizard-graphql-2.1.6-1.pom download
Apache Maven
<dependency>
  <groupId>com.smoketurner.dropwizard</groupId>
  <artifactId>dropwizard-graphql</artifactId>
  <version>2.1.6-1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.smoketurner.dropwizard:dropwizard-graphql:2.1.6-1'
Gradle Kotlin
implementation("com.smoketurner.dropwizard:dropwizard-graphql:2.1.6-1")
Scala SBT
libraryDependencies += "com.smoketurner.dropwizard" % "dropwizard-graphql" % "2.1.6-1"
Groovy Grape
@Grapes(
  @Grab(group='com.smoketurner.dropwizard', module='dropwizard-graphql', version='2.1.6-1')
)
Apache Ivy
<dependency org="com.smoketurner.dropwizard" name="dropwizard-graphql" rev="2.1.6-1" />
Leiningen
[com.smoketurner.dropwizard/dropwizard-graphql "2.1.6-1"]
Apache Buildr
'com.smoketurner.dropwizard:dropwizard-graphql:jar:2.1.6-1'