GroupId | GroupIdlv.ctco.cukes |
---|---|
ArtifactId | ArtifactIdcukes-graphql |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
cukes-graphql-0.0.9.pom | |
cukes-graphql-0.0.9.jar | 13 KB |
cukes-graphql-0.0.9-sources.jar | 7 KB |
cukes-graphql-0.0.9-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-graphql/ -->
<dependency>
<groupId>lv.ctco.cukes</groupId>
<artifactId>cukes-graphql</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-graphql/
implementation 'lv.ctco.cukes:cukes-graphql:0.0.9'
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-graphql/
implementation ("lv.ctco.cukes:cukes-graphql:0.0.9")
'lv.ctco.cukes:cukes-graphql:jar:0.0.9'
<dependency org="lv.ctco.cukes" name="cukes-graphql" rev="0.0.9">
<artifact name="cukes-graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='lv.ctco.cukes', module='cukes-graphql', version='0.0.9')
)
libraryDependencies += "lv.ctco.cukes" % "cukes-graphql" % "0.0.9"
[lv.ctco.cukes/cukes-graphql "0.0.9"]