Download sbt-api-mappings-0.2.3.jar file - Jar s

Jar examples for s:sbt-api-mappings

Description

A Sbt plugin that fills apiMappings for common Scala libraries.

You can download jar file sbt-api-mappings 0.2.3 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add sbt-api-mappings-0.2.3.jar to your project.

<dependency>
   <groupId>com.thoughtworks.sbt-api-mappings</groupId>
   <artifactId>sbt-api-mappings</artifactId>
   <version>0.2.3</version>
</dependency>
compile group: 'com.thoughtworks.sbt-api-mappings', name: 'sbt-api-mappings', version: '0.2.3'
libraryDependencies += "com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "0.2.3"
<dependency org="com.thoughtworks.sbt-api-mappings" name="sbt-api-mappings" rev="0.2.3"/>
@Grapes(@Grab(group='com.thoughtworks.sbt-api-mappings', module='sbt-api-mappings', version='0.2.3'))
'com.thoughtworks.sbt-api-mappings:sbt-api-mappings:jar:0.2.3'

Download

Click the following link to download the jar file.

sbt-api-mappings-0.2.3-sources.jar
sbt-api-mappings-0.2.3.pom
sbt-api-mappings-0.2.3.jar
sbt-api-mappings-0.2.3-javadoc.jar



Related Tutorials