| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Ratpack Web Frameworks |
| GroupId | GroupIdio.ratpack |
| ArtifactId | ArtifactIdratpack-guice |
| Last Version | Last Version2.0.0-rc-1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionratpack-guice
null
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ratpack-guice-2.0.0-rc-1.pom | |
| ratpack-guice-2.0.0-rc-1.jar | 32 KB |
| ratpack-guice-2.0.0-rc-1-sources.jar | 21 KB |
| ratpack-guice-2.0.0-rc-1-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ratpack/ratpack-guice/ -->
<dependency>
<groupId>io.ratpack</groupId>
<artifactId>ratpack-guice</artifactId>
<version>2.0.0-rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.ratpack/ratpack-guice/
implementation 'io.ratpack:ratpack-guice:2.0.0-rc-1'
// https://jarcasting.com/artifacts/io.ratpack/ratpack-guice/
implementation ("io.ratpack:ratpack-guice:2.0.0-rc-1")
'io.ratpack:ratpack-guice:jar:2.0.0-rc-1'
<dependency org="io.ratpack" name="ratpack-guice" rev="2.0.0-rc-1">
<artifact name="ratpack-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ratpack', module='ratpack-guice', version='2.0.0-rc-1')
)
libraryDependencies += "io.ratpack" % "ratpack-guice" % "2.0.0-rc-1"
[io.ratpack/ratpack-guice "2.0.0-rc-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.ratpack : ratpack-core | jar | 2.0.0-rc-1 |
| com.google.inject : guice | jar | 5.1.0 |