Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.smoketurner.dropwizard |
ArtifactId | ArtifactIddropwizard-graphql |
Version | Version1.3.7-1 |
Type | Typepom |
Filename | Size |
---|---|
dropwizard-graphql-1.3.7-1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smoketurner.dropwizard/dropwizard-graphql/ -->
<dependency>
<groupId>com.smoketurner.dropwizard</groupId>
<artifactId>dropwizard-graphql</artifactId>
<version>1.3.7-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.smoketurner.dropwizard/dropwizard-graphql/
implementation 'com.smoketurner.dropwizard:dropwizard-graphql:1.3.7-1'
// https://jarcasting.com/artifacts/com.smoketurner.dropwizard/dropwizard-graphql/
implementation ("com.smoketurner.dropwizard:dropwizard-graphql:1.3.7-1")
'com.smoketurner.dropwizard:dropwizard-graphql:pom:1.3.7-1'
<dependency org="com.smoketurner.dropwizard" name="dropwizard-graphql" rev="1.3.7-1">
<artifact name="dropwizard-graphql" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.smoketurner.dropwizard', module='dropwizard-graphql', version='1.3.7-1')
)
libraryDependencies += "com.smoketurner.dropwizard" % "dropwizard-graphql" % "1.3.7-1"
[com.smoketurner.dropwizard/dropwizard-graphql "1.3.7-1"]