csvstreamutils 1.0


Group ID:
com.github.dannywe
Artifact ID:
csvstreamutils_2.10
Version:
1.0
Release Date:
Nov 10, 2014
Licenses:

libraryDependencies += "com.github.dannywe" %% "csvstreamutils" % "1.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.dannywe::csvstreamutils:1.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.dannywe::csvstreamutils:1.0"

Ammonite REPL

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

<dependency>
  <groupId>com.github.dannywe</groupId>
  <artifactId>csvstreamutils_2.10</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'com.github.dannywe', name: 'csvstreamutils_2.10', version: '1.0'