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