Download JAR files tagged by mirrored with all dependencies
cheshire from group pro.juxt.clojars-mirrors.cheshire (version 5.10.0)
JSON and JSON SMILE encoding, fast (mirrored from Clojars by JUXT)
0 downloads
Artifact cheshire
Group pro.juxt.clojars-mirrors.cheshire
Version 5.10.0
Last update 22. June 2021
Organization not specified
URL https://github.com/dakrone/cheshire
License The MIT License
Dependencies amount 3
Dependencies jackson-core, jackson-dataformat-cbor, jackson-dataformat-smile,
There are maybe transitive dependencies!
Group pro.juxt.clojars-mirrors.cheshire
Version 5.10.0
Last update 22. June 2021
Organization not specified
URL https://github.com/dakrone/cheshire
License The MIT License
Dependencies amount 3
Dependencies jackson-core, jackson-dataformat-cbor, jackson-dataformat-smile,
There are maybe transitive dependencies!
camel-snake-kebab from group pro.juxt.clojars-mirrors.camel-snake-kebab (version 0.4.2)
A library for word case conversions (mirrored from Clojars by JUXT)
Artifact camel-snake-kebab
Group pro.juxt.clojars-mirrors.camel-snake-kebab
Version 0.4.2
Last update 22. June 2021
Organization not specified
URL https://clj-commons.org/camel-snake-kebab/
License Eclipse Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group pro.juxt.clojars-mirrors.camel-snake-kebab
Version 0.4.2
Last update 22. June 2021
Organization not specified
URL https://clj-commons.org/camel-snake-kebab/
License Eclipse Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
eql from group pro.juxt.clojars-mirrors.edn-query-language (version 2021.02.28)
EDN Query Language support library (mirrored from Clojars by JUXT)
Artifact eql
Group pro.juxt.clojars-mirrors.edn-query-language
Version 2021.02.28
Last update 21. June 2021
Organization not specified
URL https://github.com/edn-query-language/eql
License MIT
Dependencies amount 2
Dependencies core.specs.alpha, spec.alpha,
There are maybe transitive dependencies!
Group pro.juxt.clojars-mirrors.edn-query-language
Version 2021.02.28
Last update 21. June 2021
Organization not specified
URL https://github.com/edn-query-language/eql
License MIT
Dependencies amount 2
Dependencies core.specs.alpha, spec.alpha,
There are maybe transitive dependencies!
dependency from group pro.juxt.clojars-mirrors.com.stuartsierra (version 1.0.0)
A data structure for representing dependency graphs (mirrored from Clojars by JUXT)
Artifact dependency
Group pro.juxt.clojars-mirrors.com.stuartsierra
Version 1.0.0
Last update 21. June 2021
Organization not specified
URL https://github.com/stuartsierra/dependency
License Eclipse Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group pro.juxt.clojars-mirrors.com.stuartsierra
Version 1.0.0
Last update 21. June 2021
Organization not specified
URL https://github.com/stuartsierra/dependency
License Eclipse Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
clj-http from group pro.juxt.clojars-mirrors.clj-http (version 3.12.2)
A Clojure HTTP library wrapping the Apache HttpComponents client (mirrored from Clojars by JUXT)
Artifact clj-http
Group pro.juxt.clojars-mirrors.clj-http
Version 3.12.2
Last update 23. June 2021
Organization not specified
URL https://github.com/dakrone/clj-http/
License The MIT License
Dependencies amount 9
Dependencies clojure, commons-codec, commons-io, potemkin, httpasyncclient, httpclient-cache, httpclient, httpcore, httpmime,
There are maybe transitive dependencies!
Group pro.juxt.clojars-mirrors.clj-http
Version 3.12.2
Last update 23. June 2021
Organization not specified
URL https://github.com/dakrone/clj-http/
License The MIT License
Dependencies amount 9
Dependencies clojure, commons-codec, commons-io, potemkin, httpasyncclient, httpclient-cache, httpclient, httpcore, httpmime,
There are maybe transitive dependencies!
next.jdbc from group pro.juxt.clojars-mirrors.com.github.seancorfield (version 1.2.674)
A modern low-level Clojure wrapper for JDBC-based access to databases (mirrored from Clojars by JUXT)
Artifact next.jdbc
Group pro.juxt.clojars-mirrors.com.github.seancorfield
Version 1.2.674
Last update 22. June 2021
Organization not specified
URL https://github.com/seancorfield/next.jdbc
License Eclipse Public License
Dependencies amount 1
Dependencies java.data,
There are maybe transitive dependencies!
Group pro.juxt.clojars-mirrors.com.github.seancorfield
Version 1.2.674
Last update 22. June 2021
Organization not specified
URL https://github.com/seancorfield/next.jdbc
License Eclipse Public License
Dependencies amount 1
Dependencies java.data,
There are maybe transitive dependencies!
org.apache.sling.superimposing from group org.apache.sling (version 0.2.0)
Allows to mirror resource trees and superimposing resources.
All changes from the master tree are reflected to the mirrored tree.
It is possible to add or overlay resources in the mirrored tree.
0 downloads
Artifact org.apache.sling.superimposing
Group org.apache.sling
Version 0.2.0
Last update 29. September 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies org.osgi.core, org.osgi.compendium, slf4j-api, servlet-api, jcr, org.apache.felix.scr.annotations,
There are maybe transitive dependencies!
Group org.apache.sling
Version 0.2.0
Last update 29. September 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies org.osgi.core, org.osgi.compendium, slf4j-api, servlet-api, jcr, org.apache.felix.scr.annotations,
There are maybe transitive dependencies!
spring-ldap from group org.springframework.ldap (version 1.3.1.RELEASE)
Spring LDAP is a Java library for simplifying LDAP
operations, based on the pattern of Spring's JdbcTemplate. The
framework relieves the user of common chores, such as looking up and
closing contexts, looping through results, encoding/decoding values
and filters, and more. The LdapTemplate class encapsulates all the
plumbing work involved in traditional LDAP programming, such as
creating a DirContext, looping through NamingEnumerations, handling
exceptions and cleaning up resources. This leaves the programmer to
handle the important stuff - where to find data (DNs and Filters) and
what do do with it (map to and from domain objects, bind, modify,
unbind, etc.), in the same way that JdbcTemplate relieves the
programmer of all but the actual SQL and how the data maps to the
domain model. In addition to this, Spring LDAP provides transaction
support, a pooling library, exception translation from
NamingExceptions to a mirrored unchecked Exception hierarchy, as well
as several utilities for working with filters, LDAP paths and
Attributes.
Group: org.springframework.ldap Artifact: spring-ldap
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
6 downloads
Artifact spring-ldap
Group org.springframework.ldap
Version 1.3.1.RELEASE
Last update 01. December 2010
Organization The Spring LDAP Framework
URL http://springframework.org/ldap
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies spring-core,
There are maybe transitive dependencies!
Group org.springframework.ldap
Version 1.3.1.RELEASE
Last update 01. December 2010
Organization The Spring LDAP Framework
URL http://springframework.org/ldap
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies spring-core,
There are maybe transitive dependencies!
Page 2 from 2 (items total 18)