regextractor 0.2


Group ID:
io.github.soc
Artifact ID:
regextractor_2.11
Version:
0.2
Release Date:
Nov 14, 2016
Licenses:

libraryDependencies += "io.github.soc" %% "regextractor" % "0.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"io.github.soc::regextractor:0.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "io.github.soc::regextractor:0.2"

Ammonite REPL

import $ivy.`io.github.soc::regextractor:0.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.github.soc</groupId>
  <artifactId>regextractor_2.11</artifactId>
  <version>0.2</version>
</dependency>

compile group: 'io.github.soc', name: 'regextractor_2.11', version: '0.2'