s

segment-integration

Tapstream Integration for Segment Android Analytics
http://github.com/tapstream/analytics-android-integration-tapstream
The MIT License (MIT)
Adam Bard
Files download
File Operation
segment-integration-1.0.0.pom download
segment-integration-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tapstream.sdk</groupId>
  <artifactId>segment-integration</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.tapstream.sdk:segment-integration:1.0.0'
Gradle Kotlin
implementation("com.tapstream.sdk:segment-integration:1.0.0")
Scala SBT
libraryDependencies += "com.tapstream.sdk" % "segment-integration" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tapstream.sdk', module='segment-integration', version='1.0.0')
)
Apache Ivy
<dependency org="com.tapstream.sdk" name="segment-integration" rev="1.0.0" />
Leiningen
[com.tapstream.sdk/segment-integration "1.0.0"]
Apache Buildr
'com.tapstream.sdk:segment-integration:jar:1.0.0'