MVN

com.gojek.clickstream : clickstream-util

Maven & Gradle

Jul 26, 2023
67 stars

clickstream-util · Clickstream

<dependency>
    <groupId>com.gojek.clickstream</groupId>
    <artifactId>clickstream-util</artifactId>
    <version>1.0.0-dev-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gojek.clickstream : clickstream-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-dev-1
  • Latest Alpha: 2.0.0-alpha-1-kk

All Versions

Choose a version of com.gojek.clickstream : clickstream-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
clickstream-util-2.0.0-alpha-1-kk
clickstream-util-2.0.0-alpha-test-kshitij-12
clickstream-util-2.0.0-alpha-1
1.0.x
clickstream-util-1.0.0-alpha-11
clickstream-util-1.0.0-alpha-10
clickstream-util-1.0.0-prealpha-1
clickstream-util-1.0.0-dev-1
clickstream-util-1.0.0-alpha-1
0.2.x
clickstream-util-0.2.40
clickstream-util-0.2.39
clickstream-util-0.2.38
clickstream-util-0.2.36
clickstream-util-0.2.36-snapshot
clickstream-util-0.2.35-snapshot

How to add a dependency to Maven

Add the following com.gojek.clickstream : clickstream-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gojek.clickstream</groupId>
    <artifactId>clickstream-util</artifactId>
    <version>1.0.0-dev-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gojek.clickstream : clickstream-util gradle dependency to your build.gradle file:

implementation 'com.gojek.clickstream:clickstream-util:1.0.0-dev-1'

Gradle Kotlin DSL: Add the following com.gojek.clickstream : clickstream-util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gojek.clickstream:clickstream-util:1.0.0-dev-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gojek.clickstream : clickstream-util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gojek.clickstream" % "clickstream-util" % "1.0.0-dev-1"