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