sbt / sbt-unidoc   0.5.0

Apache License 2.0 GitHub

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

Scala versions: 2.12
sbt plugins: 1.x

sbt-unidoc 0.3.0


Group ID:
com.eed3si9n
Artifact ID:
sbt-unidoc
Version:
0.3.0
Release Date:
Oct 5, 2013
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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