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