locationtech / geotrellis   3.7.1

Website GitHub

GeoTrellis is a geographic data processing engine for high performance applications.

Scala versions: 2.13 2.12 2.11 2.10

geotrellis-s3 1.0.0-f7daf3d


Group ID:
com.azavea.geotrellis
Artifact ID:
geotrellis-s3_2.11
Version:
1.0.0-f7daf3d
Release Date:
Jul 15, 2016
Licenses:

libraryDependencies += "com.azavea.geotrellis" %% "geotrellis-s3" % "1.0.0-f7daf3d"
resolvers += Resolver.bintrayRepo("azavea", "geotrellis")

Mill build tool

ivy"com.azavea.geotrellis::geotrellis-s3:1.0.0-f7daf3d"
MavenRepository("https://dl.bintray.com/azavea/geotrellis")

Scala CLI

//> using dep "com.azavea.geotrellis::geotrellis-s3:1.0.0-f7daf3d"

Ammonite REPL

import $ivy.`com.azavea.geotrellis::geotrellis-s3:1.0.0-f7daf3d`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray azavea geotrellis",
  "Some(https://dl.bintray.com/azavea/geotrellis)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.azavea.geotrellis</groupId>
  <artifactId>geotrellis-s3_2.11</artifactId>
  <version>1.0.0-f7daf3d</version>
</dependency>

compile group: 'com.azavea.geotrellis', name: 'geotrellis-s3_2.11', version: '1.0.0-f7daf3d'