edadma / markdown   0.5.3

GitHub
Scala versions: 2.12

markdown 0.5.3


Group ID:
xyz.hyperreal
Artifact ID:
markdown_2.12
Version:
0.5.3
Release Date:
Aug 1, 2018
Licenses:

libraryDependencies += "xyz.hyperreal" %% "markdown" % "0.5.3"
resolvers += Resolver.bintrayRepo("edadma", "maven")

Mill build tool

ivy"xyz.hyperreal::markdown:0.5.3"
MavenRepository("https://dl.bintray.com/edadma/maven")

Scala CLI

//> using dep "xyz.hyperreal::markdown:0.5.3"

Ammonite REPL

import $ivy.`xyz.hyperreal::markdown:0.5.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray edadma maven",
  "Some(https://dl.bintray.com/edadma/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>xyz.hyperreal</groupId>
  <artifactId>markdown_2.12</artifactId>
  <version>0.5.3</version>
</dependency>

compile group: 'xyz.hyperreal', name: 'markdown_2.12', version: '0.5.3'