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