License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.nike.riposte |
ArtifactId | ArtifactIdriposte-guice |
Last Version | Last Version0.20.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionriposte-guice
Riposte module riposte-guice
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
riposte-guice-0.20.0.pom | |
riposte-guice-0.20.0.jar | 2 KB |
riposte-guice-0.20.0-sources.jar | 3 KB |
riposte-guice-0.20.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nike.riposte/riposte-guice/ -->
<dependency>
<groupId>com.nike.riposte</groupId>
<artifactId>riposte-guice</artifactId>
<version>0.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nike.riposte/riposte-guice/
implementation 'com.nike.riposte:riposte-guice:0.20.0'
// https://jarcasting.com/artifacts/com.nike.riposte/riposte-guice/
implementation ("com.nike.riposte:riposte-guice:0.20.0")
'com.nike.riposte:riposte-guice:jar:0.20.0'
<dependency org="com.nike.riposte" name="riposte-guice" rev="0.20.0">
<artifact name="riposte-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nike.riposte', module='riposte-guice', version='0.20.0')
)
libraryDependencies += "com.nike.riposte" % "riposte-guice" % "0.20.0"
[com.nike.riposte/riposte-guice "0.20.0"]
Group / Artifact | Type | Version |
---|---|---|
com.nike.riposte : riposte-spi | jar | 0.20.0 |
com.google.inject : guice | jar | 4.2.3 |