Download sbt-api-mappings-2.0.1.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 2.0.1 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials