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-clientserver 0.1.4-2-c3e5d9


Group ID:
com.lihaoyi
Artifact ID:
mill-clientserver_2.12
Version:
0.1.4-2-c3e5d9
Release Date:
Mar 4, 2018
Licenses:
MIT
Files:
Developers:

libraryDependencies += "com.lihaoyi" %% "mill-clientserver" % "0.1.4-2-c3e5d9"

Mill build tool

ivy"com.lihaoyi::mill-clientserver:0.1.4-2-c3e5d9"

Scala CLI

//> using dep "com.lihaoyi::mill-clientserver:0.1.4-2-c3e5d9"

Ammonite REPL

import $ivy.`com.lihaoyi::mill-clientserver:0.1.4-2-c3e5d9`

<dependency>
  <groupId>com.lihaoyi</groupId>
  <artifactId>mill-clientserver_2.12</artifactId>
  <version>0.1.4-2-c3e5d9</version>
</dependency>

compile group: 'com.lihaoyi', name: 'mill-clientserver_2.12', version: '0.1.4-2-c3e5d9'