Categories |
CategoriesAnt Build Tools jQAssistant Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.buschmais.jqassistant.plugin |
ArtifactId | ArtifactIdgraphql |
Version | Version1.11.0-RC-1 |
Type | Typejar |
Filename | Size |
---|---|
graphql-1.11.0-RC-1.pom | |
graphql-1.11.0-RC-1.jar | 44 KB |
graphql-1.11.0-RC-1-sources.jar | 35 KB |
graphql-1.11.0-RC-1-javadoc.jar | 243 KB |
graphql-1.11.0-RC-1-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.11.0-RC-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/graphql/
implementation 'com.buschmais.jqassistant.plugin:graphql:1.11.0-RC-1'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/graphql/
implementation ("com.buschmais.jqassistant.plugin:graphql:1.11.0-RC-1")
'com.buschmais.jqassistant.plugin:graphql:jar:1.11.0-RC-1'
<dependency org="com.buschmais.jqassistant.plugin" name="graphql" rev="1.11.0-RC-1">
<artifact name="graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.plugin', module='graphql', version='1.11.0-RC-1')
)
libraryDependencies += "com.buschmais.jqassistant.plugin" % "graphql" % "1.11.0-RC-1"
[com.buschmais.jqassistant.plugin/graphql "1.11.0-RC-1"]