Download sbt-bintray-0.5.1.jar file - Jar s

Jar examples for s:sbt-bintray

Description

package publisher for bintray.com

You can download jar file sbt-bintray 0.5.1 in this page.

License

MIT

Build File

You can use the following script to add sbt-bintray-0.5.1.jar to your project.

<dependency>
   <groupId>ch.epfl.scala</groupId>
   <artifactId>sbt-bintray</artifactId>
   <version>0.5.1</version>
</dependency>
compile group: 'ch.epfl.scala', name: 'sbt-bintray', version: '0.5.1'
libraryDependencies += "ch.epfl.scala" % "sbt-bintray" % "0.5.1"
<dependency org="ch.epfl.scala" name="sbt-bintray" rev="0.5.1"/>
@Grapes(@Grab(group='ch.epfl.scala', module='sbt-bintray', version='0.5.1'))
'ch.epfl.scala:sbt-bintray:jar:0.5.1'

Download

Click the following link to download the jar file.

sbt-bintray-0.5.1-javadoc.jar
sbt-bintray-0.5.1-sources.jar
sbt-bintray-0.5.1.jar
sbt-bintray-0.5.1.pom



Related Tutorials