Download piggieback-0.1.0.jar file - Jar p

Jar examples for p:piggieback

Description

Adding support for running ClojureScript REPLs over nREPL.

You can download jar file piggieback 0.1.0 in this page.

License

Eclipse Public License

Build File

You can use the following script to add piggieback-0.1.0.jar to your project.

<dependency>
   <groupId>com.cemerick</groupId>
   <artifactId>piggieback</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'com.cemerick', name: 'piggieback', version: '0.1.0'
libraryDependencies += "com.cemerick" % "piggieback" % "0.1.0"
<dependency org="com.cemerick" name="piggieback" rev="0.1.0"/>
@Grapes(@Grab(group='com.cemerick', module='piggieback', version='0.1.0'))
'com.cemerick:piggieback:jar:0.1.0'

Download

Click the following link to download the jar file.

piggieback-0.1.0.jar
piggieback-0.1.0.pom



Related Tutorials