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