MVN

ai.chronon : api_2.11

Maven & Gradle

Aug 23, 2023

api · Chronon is a feature engineering platform

<dependency>
    <groupId>ai.chronon</groupId>
    <artifactId>api_2.11</artifactId>
    <version>0.0.46</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.chronon : api_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.46

All Versions

Choose a version of ai.chronon : api_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
api_2.11-0.0.46
api_2.11-0.0.45
api_2.11-0.0.44
api_2.11-0.0.43
api_2.11-0.0.42
api_2.11-0.0.41
api_2.11-0.0.40
api_2.11-0.0.39
api_2.11-0.0.38
api_2.11-0.0.37
api_2.11-0.0.36
api_2.11-0.0.35
api_2.11-0.0.34
api_2.11-0.0.33
api_2.11-0.0.32
api_2.11-0.0.31
api_2.11-0.0.30
api_2.11-0.0.29
api_2.11-0.0.28
api_2.11-0.0.27
api_2.11-0.0.26
api_2.11-0.0.25
api_2.11-0.0.24
api_2.11-0.0.23
api_2.11-0.0.22
api_2.11-0.0.20
api_2.11-0.0.19
api_2.11-0.0.18
api_2.11-0.0.17
api_2.11-0.0.16
api_2.11-0.0.15
api_2.11-0.0.14
api_2.11-0.0.13
api_2.11-0.0.12
api_2.11-0.0.11
api_2.11-0.0.10
api_2.11-0.0.9
api_2.11-0.0.8
api_2.11-0.0.7
api_2.11-0.0.6
api_2.11-0.0.5
api_2.11-0.0.4
api_2.11-0.0.3
api_2.11-0.0.2
api_2.11-0.0.1
chaining
api_2.11-chaining-0.0.46-dev
thread
api_2.11-thread-pool-0.0.24-dev
revert
api_2.11-revert-391-thread-0.0.24
thread_contention
api_2.11-thread_contention-0.0.23-dev3
api_2.11-thread_contention-0.0.23-dev2
api_2.11-thread_contention-0.0.23-dev
13_publish
api_2.11-13_publish-0.0.12
local
api_2.11-local

How to add a dependency to Maven

Add the following ai.chronon : api_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.chronon</groupId>
    <artifactId>api_2.11</artifactId>
    <version>0.0.46</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.chronon : api_2.11 gradle dependency to your build.gradle file:

implementation 'ai.chronon:api_2.11:0.0.46'

Gradle Kotlin DSL: Add the following ai.chronon : api_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.chronon:api_2.11:0.0.46")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.chronon : api_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.chronon" % "api_2.11" % "0.0.46"

Advertisement