1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/Atry-stateless-future

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.sbt 1.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
杨博 Отправлено 18.04.2014 06:50 b323764
organization := "com.qifun"
name := "stateless-future"
version := "0.1.2-SNAPSHOT"
libraryDependencies <+= (scalaVersion) { sv =>
"org.scala-lang" % "scala-reflect" % sv
}
libraryDependencies += "junit" % "junit-dep" % "4.10" % "test"
libraryDependencies += "com.novocode" % "junit-interface" % "0.10" % "test"
scalacOptions ++= Seq("-optimize", "-deprecation", "-unchecked", "-Xlint", "-feature")
crossScalaVersions := Seq("2.10.4", "2.11.0")
description := "The rubost asynchronous programming facility for Scala that offers a direct API for working with Futures."
homepage := Some(url("https://github.com/Atry/stateless-future"))
startYear := Some(2014)
licenses := Seq("Apache License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html"))
publishTo <<= (isSnapshot) { isSnapshot: Boolean =>
if (isSnapshot)
Some("snapshots" at "https://oss.sonatype.org/content/repositories/snapshots")
else
Some("releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2")
}
scmInfo := Some(ScmInfo(
url("https://github.com/Atry/stateless-future"),
"scm:git:git://github.com/Atry/stateless-future.git",
Some("scm:git:git@github.com:Atry/stateless-future.git")))
pomExtra :=
<developers>
<developer>
<id>Atry</id>
<name>杨博</name>
<timezone>+8</timezone>
<email>pop.atry@gmail.com</email>
</developer>
</developers>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/Atry-stateless-future.git
git@api.gitlife.ru:oschina-mirror/Atry-stateless-future.git
oschina-mirror
Atry-stateless-future
Atry-stateless-future
master