MVN

com.lihaoyi : mill-0.6_2.12

Maven & Gradle

Feb 04, 2018
1.9k stars

mill-0.6 · mill-0.6

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>mill-0.6_2.12</artifactId>
    <version>2018-02-04T11-39-53-083Z-69d474067446668f29e4b04be8c44d879ffaaf04</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lihaoyi : mill-0.6_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2018-02-04T11-39-53-083Z-69d474067446668f29e4b04be8c44d879ffaaf04

All Versions

Choose a version of com.lihaoyi : mill-0.6_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2018
mill-0.6_2.12-2018-02-04T11-39-53-083Z-69d474067446668f29e4b04be8c44d879ffaaf04
mill-0.6_2.12-2018-02-04T11-23-51-526Z-7e30d7a37a23173f5a311b0251445468f55c787a
mill-0.6_2.12-2018-02-04T11-11-52-759Z-4ae7a62a0b31e2335d9372c05ceafda919d87c22
mill-0.6_2.12-2018-02-04T10-57-12-870Z-4ae7a62a0b31e2335d9372c05ceafda919d87c22
mill-0.6_2.12-2018-02-04T10-44-00-093Z-a5fb5d0ea8a0d7c1322ec95e7452c1a6160166a9
mill-0.6_2.12-2018-02-04T10-28-07-010Z-f7a46fe9fb756803e3fdd81f427a7fd42001e71e
0.0.x
mill-0.6_2.12-0.0.1

How to add a dependency to Maven

Add the following com.lihaoyi : mill-0.6_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lihaoyi</groupId>
    <artifactId>mill-0.6_2.12</artifactId>
    <version>2018-02-04T11-39-53-083Z-69d474067446668f29e4b04be8c44d879ffaaf04</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lihaoyi : mill-0.6_2.12 gradle dependency to your build.gradle file:

implementation 'com.lihaoyi:mill-0.6_2.12:2018-02-04T11-39-53-083Z-69d474067446668f29e4b04be8c44d879ffaaf04'

Gradle Kotlin DSL: Add the following com.lihaoyi : mill-0.6_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lihaoyi:mill-0.6_2.12:2018-02-04T11-39-53-083Z-69d474067446668f29e4b04be8c44d879ffaaf04")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lihaoyi : mill-0.6_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lihaoyi" % "mill-0.6_2.12" % "2018-02-04T11-39-53-083Z-69d474067446668f29e4b04be8c44d879ffaaf04"

Advertisement