sbt / sbt-unidoc   0.6.1

Apache License 2.0 GitHub

sbt plugin to create a unified Scaladoc or Javadoc API document across multiple subprojects.

Scala versions: 3.x 2.12
sbt plugins: 2.x 1.x

sbt-unidoc 0.4.2


Group ID:
com.eed3si9n
Artifact ID:
sbt-unidoc
Version:
0.4.2
Release Date:
Jun 11, 2018
Licenses:
Files:

libraryDependencies += "com.eed3si9n" % "sbt-unidoc" % "0.4.2"

Mill build tool

ivy"com.eed3si9n:sbt-unidoc:0.4.2"

Scala CLI

//> using dep "com.eed3si9n:sbt-unidoc:0.4.2"

Ammonite REPL

import $ivy.`com.eed3si9n:sbt-unidoc:0.4.2`

<dependency>
  <groupId>com.eed3si9n</groupId>
  <artifactId>sbt-unidoc</artifactId>
  <version>0.4.2</version>
</dependency>

compile group: 'com.eed3si9n', name: 'sbt-unidoc', version: '0.4.2'