Skip to content

Instantly share code, notes, and snippets.

@dsebban
Last active August 6, 2018 09:14
Show Gist options
  • Save dsebban/7c8d8cc1565ddb7ce2f9e65549766b83 to your computer and use it in GitHub Desktop.
Save dsebban/7c8d8cc1565ddb7ce2f9e65549766b83 to your computer and use it in GitHub Desktop.
Load fs2-kafka-client in ammonite shell using bintray resolver
amm
Loading...
Welcome to the Ammonite Repl 1.0.3-20-75e58ac
(Scala 2.12.4 Java 1.8.0_92)
If you like Ammonite, please support our development at www.patreon.com/lihaoyi
@ import coursier.core.Authentication, coursier.MavenRepository
import coursier.core.Authentication, coursier.MavenRepository
@ interp.repositories() ++= Seq(MavenRepository(
"http://dl.bintray.com/ovotech/maven"
))
@ import $ivy.`com.ovoenergy::fs2-kafka-client:0.1.13`
import $ivy.$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment