License |
License |
---|---|
Categories |
CategoriesNet GUI User Interface Guice Application Layer Libs Dependency Injection Ribbon HTTP Clients |
GroupId | GroupIdcom.netflix.ribbon |
ArtifactId | ArtifactIdribbon-guice |
Last Version | Last Version2.7.18 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionribbon-guice
ribbon-guice
|
Project URL |
Project URL |
Filename | Size |
---|---|
ribbon-guice-2.7.18.pom | |
ribbon-guice-2.7.18.jar | 3 KB |
ribbon-guice-2.7.18-sources.jar | 3 KB |
ribbon-guice-2.7.18-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.ribbon/ribbon-guice/ -->
<dependency>
<groupId>com.netflix.ribbon</groupId>
<artifactId>ribbon-guice</artifactId>
<version>2.7.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.ribbon/ribbon-guice/
implementation 'com.netflix.ribbon:ribbon-guice:2.7.18'
// https://jarcasting.com/artifacts/com.netflix.ribbon/ribbon-guice/
implementation ("com.netflix.ribbon:ribbon-guice:2.7.18")
'com.netflix.ribbon:ribbon-guice:jar:2.7.18'
<dependency org="com.netflix.ribbon" name="ribbon-guice" rev="2.7.18">
<artifact name="ribbon-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.ribbon', module='ribbon-guice', version='2.7.18')
)
libraryDependencies += "com.netflix.ribbon" % "ribbon-guice" % "2.7.18"
[com.netflix.ribbon/ribbon-guice "2.7.18"]
Group / Artifact | Type | Version |
---|---|---|
com.netflix.ribbon : ribbon-core | jar | 2.7.18 |
com.netflix.ribbon : ribbon-transport | jar | 2.7.18 |
com.netflix.ribbon : ribbon | jar | 2.7.18 |
com.google.inject : guice | jar | 4.0 |
com.google.inject.extensions : guice-multibindings | jar | 4.0 |