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