Categories |
CategoriesAnt Build Tools jQAssistant Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.buschmais.jqassistant.plugin |
ArtifactId | ArtifactIdgraphql |
Version | Version1.9.0-ALPHA2 |
Type | Typejar |
Filename | Size |
---|---|
graphql-1.9.0-ALPHA2.pom | |
graphql-1.9.0-ALPHA2.jar | 44 KB |
graphql-1.9.0-ALPHA2-sources.jar | 35 KB |
graphql-1.9.0-ALPHA2-javadoc.jar | 243 KB |
graphql-1.9.0-ALPHA2-asciidoc.zip | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/graphql/ -->
<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>graphql</artifactId>
<version>1.9.0-ALPHA2</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/graphql/
implementation 'com.buschmais.jqassistant.plugin:graphql:1.9.0-ALPHA2'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/graphql/
implementation ("com.buschmais.jqassistant.plugin:graphql:1.9.0-ALPHA2")
'com.buschmais.jqassistant.plugin:graphql:jar:1.9.0-ALPHA2'
<dependency org="com.buschmais.jqassistant.plugin" name="graphql" rev="1.9.0-ALPHA2">
<artifact name="graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.plugin', module='graphql', version='1.9.0-ALPHA2')
)
libraryDependencies += "com.buschmais.jqassistant.plugin" % "graphql" % "1.9.0-ALPHA2"
[com.buschmais.jqassistant.plugin/graphql "1.9.0-ALPHA2"]