Download bootstrap-clj-1.1.0.jar file - Jar b

Jar examples for b:bootstrap-clj

Description

Bootstrapping in Clojure.

You can download jar file bootstrap-clj 1.1.0 in this page.

License

WTFPL - Do What The Fuck You Want To Public License

Build File

You can use the following script to add bootstrap-clj-1.1.0.jar to your project.

<dependency>
   <groupId>com.github.sebhoss</groupId>
   <artifactId>bootstrap-clj</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.github.sebhoss', name: 'bootstrap-clj', version: '1.1.0'
libraryDependencies += "com.github.sebhoss" % "bootstrap-clj" % "1.1.0"
<dependency org="com.github.sebhoss" name="bootstrap-clj" rev="1.1.0"/>
@Grapes(@Grab(group='com.github.sebhoss', module='bootstrap-clj', version='1.1.0'))
'com.github.sebhoss:bootstrap-clj:jar:1.1.0'

Download

Click the following link to download the jar file.

bootstrap-clj-1.1.0-sources.jar
bootstrap-clj-1.1.0.jar
bootstrap-clj-1.1.0.pom



Related Tutorials