An opinionated framework for building production ready microservices on top of Akka-Http
Scala versions:
2.12
akk-ops-web 0.0.1
Group ID:
io.github.robhinds.akk-ops
Artifact ID:
akk-ops-web_2.12
Version:
0.0.1
Release Date:
Jun 9, 2018
Licenses:
libraryDependencies += "io.github.robhinds.akk-ops" %% "akk-ops-web" % "0.0.1" resolvers += Resolver.bintrayRepo("robhinds", "snapshots")
ivy"io.github.robhinds.akk-ops::akk-ops-web:0.0.1" MavenRepository("https://dl.bintray.com/robhinds/snapshots")
//> using dep "io.github.robhinds.akk-ops::akk-ops-web:0.0.1"
import $ivy.`io.github.robhinds.akk-ops::akk-ops-web:0.0.1` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray robhinds snapshots", "Some(https://dl.bintray.com/robhinds/snapshots)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>io.github.robhinds.akk-ops</groupId> <artifactId>akk-ops-web_2.12</artifactId> <version>0.0.1</version> </dependency>
compile group: 'io.github.robhinds.akk-ops', name: 'akk-ops-web_2.12', version: '0.0.1'