Download sbt-bintray-0.5.0.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.0 in this page.

License

MIT

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials