MVN

org.tenkiv.coral : coral-jvm

Maven & Gradle

Apr 19, 2019
2 usages

coral · Some added niceties for Kotlin with JDK target. Coral is meant as a common set of low level abstractions required in many of our Kotlin projects at Tenkiv.

<dependency>
    <groupId>org.tenkiv.coral</groupId>
    <artifactId>coral-jvm</artifactId>
    <version>2.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tenkiv.coral : coral-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.4

All Versions

Choose a version of org.tenkiv.coral : coral-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
coral-jvm-2.3.4
coral-jvm-2.3.2.3

How to add a dependency to Maven

Add the following org.tenkiv.coral : coral-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tenkiv.coral</groupId>
    <artifactId>coral-jvm</artifactId>
    <version>2.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tenkiv.coral : coral-jvm gradle dependency to your build.gradle file:

implementation 'org.tenkiv.coral:coral-jvm:2.3.4'

Gradle Kotlin DSL: Add the following org.tenkiv.coral : coral-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tenkiv.coral:coral-jvm:2.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tenkiv.coral : coral-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tenkiv.coral" % "coral-jvm" % "2.3.4"

Advertisement

Dependencies from Group

Apr 19, 2019
2 usages
Apr 19, 2019
2 usages
Nov 29, 2018
1 usages
3 stars

Discover Dependencies

May 05, 2023
5 usages
285 stars
Feb 07, 2023
2 usages
2.9k stars
Nov 02, 2016
14 usages
Mar 05, 2020
4 usages
0 stars
Dec 30, 2022
7 usages
3 stars
Aug 09, 2023
19 usages
1.4k stars