takezoe / runtime-scaladoc-reader   1.0.3

Apache License 2.0 GitHub

Allows to read Scaladoc at runtime by embedding as annotation by the compiler plugin.

Scala versions: 2.13 2.12

runtime-scaladoc-reader 1.0.1


Group ID:
com.github.takezoe
Artifact ID:
runtime-scaladoc-reader_2.12
Version:
1.0.1
Release Date:
Aug 26, 2018
Licenses:
Files:

libraryDependencies += "com.github.takezoe" %% "runtime-scaladoc-reader" % "1.0.1"

Mill build tool

ivy"com.github.takezoe::runtime-scaladoc-reader:1.0.1"

Scala CLI

//> using dep "com.github.takezoe::runtime-scaladoc-reader:1.0.1"

Ammonite REPL

import $ivy.`com.github.takezoe::runtime-scaladoc-reader:1.0.1`

<dependency>
  <groupId>com.github.takezoe</groupId>
  <artifactId>runtime-scaladoc-reader_2.12</artifactId>
  <version>1.0.1</version>
</dependency>

compile group: 'com.github.takezoe', name: 'runtime-scaladoc-reader_2.12', version: '1.0.1'