s

segment-model

The hassle free way to add analytics to your Android app.
https://github.com/f2prateek/segment-android/
The MIT License (MIT)
Prateek Sriastava
Files download
File Operation
segment-model-0.1.2.pom download
segment-model-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.f2prateek.segment</groupId>
  <artifactId>segment-model</artifactId>
  <version>0.1.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.f2prateek.segment:segment-model:0.1.2'
Gradle Kotlin
implementation("com.f2prateek.segment:segment-model:0.1.2")
Scala SBT
libraryDependencies += "com.f2prateek.segment" % "segment-model" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.f2prateek.segment', module='segment-model', version='0.1.2')
)
Apache Ivy
<dependency org="com.f2prateek.segment" name="segment-model" rev="0.1.2" />
Leiningen
[com.f2prateek.segment/segment-model "0.1.2"]
Apache Buildr
'com.f2prateek.segment:segment-model:jar:0.1.2'