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