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