MVN

org.hexworks.cobalt : cobalt.core-jvm

Maven & Gradle

Jul 06, 2023
10 usages
20 stars

cobalt.core · Multiplatform utilities library for Kotlin.

<dependency>
    <groupId>org.hexworks.cobalt</groupId>
    <artifactId>cobalt.core-jvm</artifactId>
    <version>2023.0.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hexworks.cobalt : cobalt.core-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.0.0-RELEASE

All Versions

Choose a version of org.hexworks.cobalt : cobalt.core-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.0.x
cobalt.core-jvm-2023.0.0-RELEASE
2022.1.x
cobalt.core-jvm-2022.1.0-RELEASE
2021.1.x
cobalt.core-jvm-2021.1.2-PREVIEW
cobalt.core-jvm-2021.1.1-PREVIEW
cobalt.core-jvm-2021.1.0-RELEASE
2020.0.x
cobalt.core-jvm-2020.0.19-PREVIEW
cobalt.core-jvm-2020.0.18-PREVIEW
cobalt.core-jvm-2020.0.17-PREVIEW
cobalt.core-jvm-2020.0.16-PREVIEW
cobalt.core-jvm-2020.0.15-PREVIEW
cobalt.core-jvm-2020.0.14-PREVIEW
cobalt.core-jvm-2020.0.12-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>org.hexworks.cobalt</groupId>
    <artifactId>cobalt.core-jvm</artifactId>
    <version>2023.0.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hexworks.cobalt : cobalt.core-jvm gradle dependency to your build.gradle file:

implementation 'org.hexworks.cobalt:cobalt.core-jvm:2023.0.0-RELEASE'

Gradle Kotlin DSL: Add the following org.hexworks.cobalt : cobalt.core-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hexworks.cobalt:cobalt.core-jvm:2023.0.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hexworks.cobalt : cobalt.core-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hexworks.cobalt" % "cobalt.core-jvm" % "2023.0.0-RELEASE"

Advertisement