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