robhinds / opinionated-akka-http   0.0.1

Apache License 2.0 Website GitHub

An opinionated framework for building production ready microservices on top of Akka-Http

Scala versions: 2.12

akk-ops-model 0.0.1


Group ID:
io.github.robhinds.akk-ops
Artifact ID:
akk-ops-model_2.12
Version:
0.0.1
Release Date:
Jun 9, 2018
Licenses:

libraryDependencies += "io.github.robhinds.akk-ops" %% "akk-ops-model" % "0.0.1"
resolvers += Resolver.bintrayRepo("robhinds", "snapshots")

Mill build tool

ivy"io.github.robhinds.akk-ops::akk-ops-model:0.0.1"
MavenRepository("https://dl.bintray.com/robhinds/snapshots")

Scala CLI

//> using dep "io.github.robhinds.akk-ops::akk-ops-model:0.0.1"

Ammonite REPL

import $ivy.`io.github.robhinds.akk-ops::akk-ops-model: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-model_2.12</artifactId>
  <version>0.0.1</version>
</dependency>

compile group: 'io.github.robhinds.akk-ops', name: 'akk-ops-model_2.12', version: '0.0.1'