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: 7844, showing 3481 - 3504
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
A leiningen template for creating command line executables in clojure
A Clojure wrapper for reading large XML files with XOM.
Simple Persistence for Clojure
RSpec-style expect-to-change assertions for Clojure.
Make it easier to output your test results in JUnit format.
The state of a Kubernetes cluster, abstracted as a value in a Clojure atom.
Clojure to Java Interop Bindings for java.util.zip
A simple pure clojure interface for Google web services
Zipkin tracing instrumentation for Clojure applications.
A hypermedia REST HTTP API library for Clojure
Functional reactive programing for legacy applications. Supports Java Swing, uses Clojure as the main language, and considers the view as a function of state.
Another internationalization library for clojure. clj-internationalization reads a resource bundle and generates functions for each key.
A Clojure client for Rollbar
High-performance event-driven HTTP client/server for Clojure
A Clojure Lexer (and possibly Parser) Generator
Clojure client library for Mesos Marathon
Clojure PDF library & wrapper for Apache FOP
Experimental lib for Clojure conditional reader using tagged literals
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.
A Clojure library encapsulating the data model and data access functions of the PEAppTransaction Logging framework.
Clojure Amazon S3 library
A dependency injector for Clojure and ClojureScript