Mill is a fast JVM build tool that supports Java and Scala. 2-4x faster than Gradle and 5-10x faster than Maven for common workflows, Mill aims to make your project’s build process performant, maintainable, and flexible
mill-main-core 0.5.2-9-ea4f04
Group ID:
com.lihaoyi
Artifact ID:
mill-main-core_2.12
Version:
0.5.2-9-ea4f04
Release Date:
Nov 5, 2019
Licenses:
Files:
Developers:
Li Haoyi
|
libraryDependencies += "com.lihaoyi" %% "mill-main-core" % "0.5.2-9-ea4f04"
ivy"com.lihaoyi::mill-main-core:0.5.2-9-ea4f04"
//> using dep "com.lihaoyi::mill-main-core:0.5.2-9-ea4f04"
import $ivy.`com.lihaoyi::mill-main-core:0.5.2-9-ea4f04`
<dependency> <groupId>com.lihaoyi</groupId> <artifactId>mill-main-core_2.12</artifactId> <version>0.5.2-9-ea4f04</version> </dependency>
compile group: 'com.lihaoyi', name: 'mill-main-core_2.12', version: '0.5.2-9-ea4f04'