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