MVN

org.mixdrinks : core-jvm

Maven & Gradle

Jun 17, 2023
0 stars

mixdrinks-core · The core library of the mixdrinks project.

<dependency>
    <groupId>org.mixdrinks</groupId>
    <artifactId>core-jvm</artifactId>
    <version>1.8.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.8.7

All Versions

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

Version Vulnerabilities Updated
1.8.x
core-jvm-1.8.7
core-jvm-1.8.1
1.7.x
core-jvm-1.7.0
0.8.x
core-jvm-0.8.1-777512bd
0.7.x
core-jvm-0.7.1
core-jvm-0.7.0
0.5.x
core-jvm-0.5.1
0.4.x
core-jvm-0.4.1
0.4
core-jvm-0.4
0.3
core-jvm-0.3
0.2
core-jvm-0.2
0.1
core-jvm-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mixdrinks</groupId>
    <artifactId>core-jvm</artifactId>
    <version>1.8.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mixdrinks:core-jvm:1.8.7'

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

implementation("org.mixdrinks:core-jvm:1.8.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mixdrinks" % "core-jvm" % "1.8.7"

Advertisement