sbt plugin to create a unified Scaladoc or Javadoc API document across multiple subprojects.
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"
ivy"com.eed3si9n:sbt-unidoc:0.3.0"
//> using dep "com.eed3si9n:sbt-unidoc:0.3.0"
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'