MVN

com.lihaoyi : cask_3.0.0-M2

Maven & Gradle

Jan 02, 2021
503 stars

cask_3.0.0-M2 · cask

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>cask_3.0.0-M2</artifactId>
    <version>0.7.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lihaoyi : cask_3.0.0-M2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.8

All Versions

Choose a version of com.lihaoyi : cask_3.0.0-M2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
cask_3.0.0-M2-0.7.8
cask_3.0.0-M2-0.7.7-4-184e9d
cask_3.0.0-M2-0.7.7-1-2c5df2

How to add a dependency to Maven

Add the following com.lihaoyi : cask_3.0.0-M2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>cask_3.0.0-M2</artifactId>
    <version>0.7.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lihaoyi : cask_3.0.0-M2 gradle dependency to your build.gradle file:

implementation 'com.lihaoyi:cask_3.0.0-M2:0.7.8'

Gradle Kotlin DSL: Add the following com.lihaoyi : cask_3.0.0-M2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lihaoyi:cask_3.0.0-M2:0.7.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lihaoyi : cask_3.0.0-M2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lihaoyi" % "cask_3.0.0-M2" % "0.7.8"