scalacenter / scaladex-not-found   1.1.0

GitHub
Scala versions: 2.12 2.11 2.10
Scala.js versions: 0.6
sbt plugins: 1.0 0.13

travflex-client 1.0


Group ID:
com.blibli
Artifact ID:
travflex-client_2.11
Version:
1.0
Release Date:
Apr 24, 2016
Licenses:

libraryDependencies += "com.blibli" %% "travflex-client" % "1.0"
resolvers += Resolver.bintrayRepo("ekokkhannedy", "maven")

Mill build tool

ivy"com.blibli::travflex-client:1.0"
MavenRepository("https://dl.bintray.com/ekokkhannedy/maven")

Scala CLI

//> using dep "com.blibli::travflex-client:1.0"

Ammonite REPL

import $ivy.`com.blibli::travflex-client:1.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray ekokkhannedy maven",
  "Some(https://dl.bintray.com/ekokkhannedy/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.blibli</groupId>
  <artifactId>travflex-client_2.11</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'com.blibli', name: 'travflex-client_2.11', version: '1.0'