com-lihaoyi / mill   0.12.7

MIT License Website GitHub

Mill is a fast build tool that supports Java, Scala, Kotlin and many other languages. 2-4x faster than Gradle and 4-10x faster than Maven for common workflows, Mill aims to make your project’s build process performant, maintainable, and flexible

Scala versions: 2.13 2.12

mill-idea 0.13.0-M0


Group ID:
com.lihaoyi
Artifact ID:
mill-idea_3
Version:
0.13.0-M0
Release Date:
Feb 1, 2025
Licenses:
MIT
Files:
Full Scala Version:
3.6.2

libraryDependencies += "com.lihaoyi" %% "mill-idea" % "0.13.0-M0"

Mill build tool

ivy"com.lihaoyi::mill-idea:0.13.0-M0"

Scala CLI

//> using dep "com.lihaoyi::mill-idea:0.13.0-M0"

Ammonite REPL

import $ivy.`com.lihaoyi::mill-idea:0.13.0-M0`

<dependency>
  <groupId>com.lihaoyi</groupId>
  <artifactId>mill-idea_3</artifactId>
  <version>0.13.0-M0</version>
</dependency>

compile group: 'com.lihaoyi', name: 'mill-idea_3', version: '0.13.0-M0'