welt-content-api-raw 0.6.22


Group ID:
de.welt
Artifact ID:
welt-content-api-raw_2.11
Version:
0.6.22
Release Date:
Jan 13, 2017
Licenses:
MIT

libraryDependencies += "de.welt" %% "welt-content-api-raw" % "0.6.22"
resolvers += Resolver.bintrayRepo("welt", "welt-content-api-client")

Mill build tool

ivy"de.welt::welt-content-api-raw:0.6.22"
MavenRepository("https://dl.bintray.com/welt/welt-content-api-client")

Scala CLI

//> using dep "de.welt::welt-content-api-raw:0.6.22"

Ammonite REPL

import $ivy.`de.welt::welt-content-api-raw:0.6.22`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray welt welt-content-api-client",
  "Some(https://dl.bintray.com/welt/welt-content-api-client)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>de.welt</groupId>
  <artifactId>welt-content-api-raw_2.11</artifactId>
  <version>0.6.22</version>
</dependency>

compile group: 'de.welt', name: 'welt-content-api-raw_2.11', version: '0.6.22'