GroupId | GroupIdlv.ctco.cukes |
---|---|
ArtifactId | ArtifactIdcukes-graphql |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
cukes-graphql-0.0.8.pom | |
cukes-graphql-0.0.8.jar | 12 KB |
cukes-graphql-0.0.8-sources.jar | 6 KB |
cukes-graphql-0.0.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-graphql/
implementation 'lv.ctco.cukes:cukes-graphql:0.0.8'
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-graphql/
implementation ("lv.ctco.cukes:cukes-graphql:0.0.8")
'lv.ctco.cukes:cukes-graphql:jar:0.0.8'
<dependency org="lv.ctco.cukes" name="cukes-graphql" rev="0.0.8">
<artifact name="cukes-graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='lv.ctco.cukes', module='cukes-graphql', version='0.0.8')
)
libraryDependencies += "lv.ctco.cukes" % "cukes-graphql" % "0.0.8"
[lv.ctco.cukes/cukes-graphql "0.0.8"]