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 0.10.0-M5-24-52a2f8
Group ID:
com.lihaoyi
Artifact ID:
mill-main_2.13
Version:
0.10.0-M5-24-52a2f8
Release Date:
Jan 13, 2022
Licenses:
Files:
Developers:
libraryDependencies += "com.lihaoyi" %% "mill-main" % "0.10.0-M5-24-52a2f8"
ivy"com.lihaoyi::mill-main:0.10.0-M5-24-52a2f8"
//> using dep "com.lihaoyi::mill-main:0.10.0-M5-24-52a2f8"
import $ivy.`com.lihaoyi::mill-main:0.10.0-M5-24-52a2f8`
<dependency> <groupId>com.lihaoyi</groupId> <artifactId>mill-main_2.13</artifactId> <version>0.10.0-M5-24-52a2f8</version> </dependency>
compile group: 'com.lihaoyi', name: 'mill-main_2.13', version: '0.10.0-M5-24-52a2f8'