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