Search for 'clojure'

Given your search terms, you may also want to search Maven Central.
org.clojure artifacts are distributed via Maven Central instead of Clojars.

For details on the search query syntax, see the guide.

Total results: 8165, showing 3385 - 3408

Note: artifacts in italics are non-canonical forks. See the wiki for more details.


  • A Clojure wrapper around the Lanterna terminal output library.

  • An IPv4/IPv6 manipulation library in Clojure.

  • Compojure REST - A REST library for Clojure.
  • evalive 1.1.0

    Various eval functions and macros for Clojure

  • Clojurized access for Jsoup.

  • FIXME: write description
  • power 0.4.0

    Library to power devices in rpi using clojure

  • Clojure API into the JavaScript tonal library

  • Setting up an nrepl can be useful to introspect into the JVM for troubleshouting/investigation or testing of regular Java applications. You can connect onto a process and use a Clojure prompt interactivelly or have client application that sends and execute Java code dynamically. It works because the code injected is Clojure and that the Clojure run-time allows to evaluate code at run-time. Furthermore Clojure interops very easily with Java i.e. you can translate pretty much any Java code into Clojure and access all your Java object from the injected Clojure code. This is the perfect tool to access the inside of your JVM process live after it has been deployed. To run any fancy change of code scenario, any data structure or call any method you don't need to redeploy your java code. You can see what your process sees in real time. This is an unvaluable tool to use to develop and maintain a java application.
  • bf.crud 0.1.0

    Easy and extensible sql CRUD operations in Clojure

  • Generalized multi-dimensional reduce functions in Clojure.

  • A Clojure wrapper for XDocReport
  • clj-camel 1.0.1

    Clojure library wrapping the Apache Camel Java DSL

  • Clojure wrapper for the materializecss framework

  • The SQL Graph with Tinkerpop3 and Clojure
  • tophat 0.1.5

    Tophat is a Clojure library for handling HTTP request and response documents/maps.
  • clj-ioc 0.2.0

    Clojure Inversion-of-Control (IOC) library.

  • A library for validating Clojure data.

  • Hypercomplex algebras in Clojure.
  • payeer 0.2.1

    Payeer api wraper for clojure

  • Clojure Orchestrate.io client
  • clj-esper 1.0.2-SNAPSHOT

    Simple Esper wrapper for Clojure

  • Clojure to Java Interop Bindings for javax.security