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