bayer-group / mwundo   0.2.0

Website GitHub

GeoJSON object, spray-json formats, and basic Geo/Geometry

Scala versions: 2.12 2.11

mwundo 0.0.4


Group ID:
com.monsanto.labs
Artifact ID:
mwundo_2.11
Version:
0.0.4
Release Date:
Feb 12, 2016
Licenses:

libraryDependencies += "com.monsanto.labs" %% "mwundo" % "0.0.4"
resolvers += Resolver.bintrayRepo("monsanto", "maven")

Mill build tool

ivy"com.monsanto.labs::mwundo:0.0.4"
MavenRepository("https://dl.bintray.com/monsanto/maven")

Scala CLI

//> using dep "com.monsanto.labs::mwundo:0.0.4"

Ammonite REPL

import $ivy.`com.monsanto.labs::mwundo:0.0.4`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray monsanto maven",
  "Some(https://dl.bintray.com/monsanto/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.monsanto.labs</groupId>
  <artifactId>mwundo_2.11</artifactId>
  <version>0.0.4</version>
</dependency>

compile group: 'com.monsanto.labs', name: 'mwundo_2.11', version: '0.0.4'