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