MVN

com.segment.analytics.kotlin : core

Maven & Gradle

Aug 02, 2023
1 usages
43 stars

Segment Kotlin Analytics · The hassle-free way to add analytics to your Kotlin app.

<dependency>
    <groupId>com.segment.analytics.kotlin</groupId>
    <artifactId>core</artifactId>
    <version>1.13.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.segment.analytics.kotlin : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.1

All Versions

Choose a version of com.segment.analytics.kotlin : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13.x
core-1.13.1
core-1.13.0
1.12.x
core-1.12.0
1.11.x
core-1.11.0
1.10.x
core-1.10.6
core-1.10.5
core-1.10.4
core-1.10.3
core-1.10.2
core-1.10.1
core-1.10.0
1.9.x
core-1.9.2
core-1.9.1
core-1.9.0
1.8.x
core-1.8.0
1.7.x
core-1.7.0
1.6.x
core-1.6.2
core-1.6.1
core-1.6.0
1.5.x
core-1.5.0
1.4.x
core-1.4.3
core-1.4.2
core-1.4.1
core-1.4.0

How to add a dependency to Maven

Add the following com.segment.analytics.kotlin : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.segment.analytics.kotlin</groupId>
    <artifactId>core</artifactId>
    <version>1.13.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.segment.analytics.kotlin : core gradle dependency to your build.gradle file:

implementation 'com.segment.analytics.kotlin:core:1.13.1'

Gradle Kotlin DSL: Add the following com.segment.analytics.kotlin : core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.segment.analytics.kotlin:core:1.13.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.segment.analytics.kotlin : core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.segment.analytics.kotlin" % "core" % "1.13.1"

Advertisement