welt-content-api-raw 0.8.29


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

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`de.welt::welt-content-api-raw:0.8.29`
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.8.29</version>
</dependency>

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