com-lihaoyi / mill   0.11.12

MIT License Website GitHub

Mill is a fast JVM build tool that supports Java and Scala. 2-3x 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

Scala versions: 2.13 2.12

mill-contrib-proguard 0.11.10


Group ID:
com.lihaoyi
Artifact ID:
mill-contrib-proguard_2.13
Version:
0.11.10
Release Date:
Jul 23, 2024
Licenses:
MIT
Files:
Full Scala Version:
2.13.14

libraryDependencies += "com.lihaoyi" %% "mill-contrib-proguard" % "0.11.10"

Mill build tool

ivy"com.lihaoyi::mill-contrib-proguard:0.11.10"

Scala CLI

//> using dep "com.lihaoyi::mill-contrib-proguard:0.11.10"

Ammonite REPL

import $ivy.`com.lihaoyi::mill-contrib-proguard:0.11.10`

<dependency>
  <groupId>com.lihaoyi</groupId>
  <artifactId>mill-contrib-proguard_2.13</artifactId>
  <version>0.11.10</version>
</dependency>

compile group: 'com.lihaoyi', name: 'mill-contrib-proguard_2.13', version: '0.11.10'