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.10.9-29-617fbe
Group ID:
com.lihaoyi
Artifact ID:
mill-main-core_2.13
Version:
0.10.9-29-617fbe
Release Date:
Nov 29, 2022
Licenses:
Files:
Full Scala Version:
2.13.10
Developers:
libraryDependencies += "com.lihaoyi" %% "mill-main-core" % "0.10.9-29-617fbe"
ivy"com.lihaoyi::mill-main-core:0.10.9-29-617fbe"
//> using dep "com.lihaoyi::mill-main-core:0.10.9-29-617fbe"
import $ivy.`com.lihaoyi::mill-main-core:0.10.9-29-617fbe`
<dependency> <groupId>com.lihaoyi</groupId> <artifactId>mill-main-core_2.13</artifactId> <version>0.10.9-29-617fbe</version> </dependency>
compile group: 'com.lihaoyi', name: 'mill-main-core_2.13', version: '0.10.9-29-617fbe'