Categories |
CategoriesCrnk Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.crnk |
ArtifactId | ArtifactIdcrnk-test |
Version | Version1.0.20170718062050 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.crnk/crnk-test/ -->
<dependency>
<groupId>io.crnk</groupId>
<artifactId>crnk-test</artifactId>
<version>1.0.20170718062050</version>
</dependency>
// https://jarcasting.com/artifacts/io.crnk/crnk-test/
implementation 'io.crnk:crnk-test:1.0.20170718062050'
// https://jarcasting.com/artifacts/io.crnk/crnk-test/
implementation ("io.crnk:crnk-test:1.0.20170718062050")
'io.crnk:crnk-test:jar:1.0.20170718062050'
<dependency org="io.crnk" name="crnk-test" rev="1.0.20170718062050">
<artifact name="crnk-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.crnk', module='crnk-test', version='1.0.20170718062050')
)
libraryDependencies += "io.crnk" % "crnk-test" % "1.0.20170718062050"
[io.crnk/crnk-test "1.0.20170718062050"]