allenai / common   1.4.10

Apache License 2.0 GitHub

A collection of useful utility classes and functions.

Scala versions: 2.11 2.10

common-webapp 2014.11.17-1


Group ID:
org.allenai.common
Artifact ID:
common-webapp_2.10
Version:
2014.11.17-1
Release Date:
May 5, 2015
Licenses:

libraryDependencies += "org.allenai.common" %% "common-webapp" % "2014.11.17-1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.allenai.common::common-webapp:2014.11.17-1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.allenai.common::common-webapp:2014.11.17-1"

Ammonite REPL

import $ivy.`org.allenai.common::common-webapp:2014.11.17-1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.allenai.common</groupId>
  <artifactId>common-webapp_2.10</artifactId>
  <version>2014.11.17-1</version>
</dependency>

compile group: 'org.allenai.common', name: 'common-webapp_2.10', version: '2014.11.17-1'