Files download
File Operation
riposte-guice-0.11.0.jar download
riposte-guice-0.11.0.pom download
riposte-guice-0.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.nike.riposte</groupId>
  <artifactId>riposte-guice</artifactId>
  <version>0.11.0</version>
</dependency>
Gradle Groovy
implementation 'com.nike.riposte:riposte-guice:0.11.0'
Gradle Kotlin
implementation("com.nike.riposte:riposte-guice:0.11.0")
Scala SBT
libraryDependencies += "com.nike.riposte" % "riposte-guice" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.nike.riposte', module='riposte-guice', version='0.11.0')
)
Apache Ivy
<dependency org="com.nike.riposte" name="riposte-guice" rev="0.11.0" />
Leiningen
[com.nike.riposte/riposte-guice "0.11.0"]
Apache Buildr
'com.nike.riposte:riposte-guice:jar:0.11.0'