All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by because with all dependencies

Search JAR files by class name

ckpackager-library from group org.objectledge.ckpackager (version 1.0.0)

An utility library for ckpackager-maven-plugin. The library is compiled from JavaScript sources checked out from ckeditor.com SVN. A separate module is needed because of eclipse classpath issue. Once it's resolved this module will be folded into ckpackager-maven-module.

Group: org.objectledge.ckpackager Artifact: ckpackager-library
Show documentation Show source 
 

0 downloads
Artifact ckpackager-library
Group org.objectledge.ckpackager
Version 1.0.0
Last update 09. July 2011
Organization not specified
URL http://objectledge.org/confluence/display/TOOLS/ckpackager-maven-plugin
License not specified
Dependencies amount 1
Dependencies js,
There are maybe transitive dependencies!

openlayers-proxy from group org.wicketstuff (version 1.5-RC5.1)

For Web Feature Service Requests a Proxy needs to be used. The need for a proxy is due to browser cross site scripting restrictions. It is separated from the main package due to its dependency on commons-httpclient and because it is only needed for WFS or WMSGetFeatureInfo requests.

Group: org.wicketstuff Artifact: openlayers-proxy
Show all versions Show documentation Show source 
 

1 downloads
Artifact openlayers-proxy
Group org.wicketstuff
Version 1.5-RC5.1
Last update 25. June 2011
Organization not specified
URL http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-openlayers
License not specified
Dependencies amount 2
Dependencies openlayers, servlet-api,
There are maybe transitive dependencies!

apacheds-server-unit from group org.apache.directory.server (version 1.5.5)

A JUnit 4.x based unit testing framework applying LDAP operations over the wire against an LDAP server. Right now the LDAP server is ApacheDS because the start, stop and cleanup of the server are easily controlled. This may change in the future.

Group: org.apache.directory.server Artifact: apacheds-server-unit
Show all versions Show documentation Show source 
 

0 downloads
Artifact apacheds-server-unit
Group org.apache.directory.server
Version 1.5.5
Last update 18. August 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies apacheds-server-jndi, apacheds-interceptor-kerberos, apacheds-core-unit,
There are maybe transitive dependencies!

ajaxlist from group org.trailsframework.examples (version 1.2.1)

This example is currently broken because of a bug in Tacos 4.1.0 release. It's since fixed in 4.1.1-SNAPSHOT (but we couldn't release 1.1 with snapshot dependencies.). This example needs a version where the following problem is corrected: The 4.1.0 release has a bug in "tacos.services.xml". The TemplateBindingFactory declaration is wrong, it is: construct class="org.apache.tapestry.binding.TemplateBindingFactory" when it should be: construct class="net.sf.tacos.binding.TemplateBindingFactory"

Group: org.trailsframework.examples Artifact: ajaxlist
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ajaxlist
Group org.trailsframework.examples
Version 1.2.1
Last update 02. September 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies tacos-core,
There are maybe transitive dependencies!

hbase-shaded-jackson-jaxrs-json-provider from group org.apache.hbase.thirdparty (version 4.1.7)

Group: org.apache.hbase.thirdparty Artifact: hbase-shaded-jackson-jaxrs-json-provider
Show all versions Show source 
 

0 downloads

zookeeper-contrib-rest from group org.apache.zookeeper (version 3.9.2)

ZooKeeper REST implementation using Jersey JAX-RS. -------------------------------------------------- This is an implementation of version 2 of the ZooKeeper REST spec. Note: This interface is currently experimental, may change at any time, etc... In general you should be using the Java/C client bindings to access the ZooKeeper server. This REST ZooKeeper gateway is useful because most of the languages have built-in support for working with HTTP based protocols. See SPEC.txt for details on the REST binding.

Group: org.apache.zookeeper Artifact: zookeeper-contrib-rest
Show all versions Show documentation Show source 
 

0 downloads
Artifact zookeeper-contrib-rest
Group org.apache.zookeeper
Version 3.9.2
Last update 12. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies zookeeper, slf4j-api, logback-core, asm, grizzly-servlet-webserver, jersey-server, jersey-json,
There are maybe transitive dependencies!

limbus-maven-integration from group com.remondis.limbus (version 3.1.0)

This library provides a service implementation to resolve, download and provide Maven artifacts from remote/local repositories. This library uses Aether and Maven dependencies that are based on Java 8. Because the projects were terminated and Maven developers announced that no compatibility for Java 9 is planned, this service must be deployed on the legacy Java < 9 class path.

Group: com.remondis.limbus Artifact: limbus-maven-integration
Show documentation Show source 
 

0 downloads
Artifact limbus-maven-integration
Group com.remondis.limbus
Version 3.1.0
Last update 26. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 13
Dependencies limbus-engine-interfaces, limbus-utils, aether-api, aether-util, aether-impl, aether-connector-basic, aether-transport-file, aether-transport-http, aether-transport-wagon, wagon-ssh, maven-settings-builder, maven-aether-provider, plexus-utils,
There are maybe transitive dependencies!

jcore-elasticsearch-consumer from group de.julielab (version 2.6.2)

This component converts CAS annotations into a JSON format that originates from Solr's preanalyzed field type. At the JulieLab, there is an ElasticSearch plugin making this format accessible also by ElasticSearch. Configuration happens right in Java code. Note that the component is also able to generate perfectly valid ElasticSearch default JSON which does not require the plugin. Then, however, the preanalyzed data format cannot be used because this is the format that required the ElasticSearch plugin.

Group: de.julielab Artifact: jcore-elasticsearch-consumer
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-elasticsearch-consumer
Group de.julielab
Version 2.6.2
Last update 29. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-elasticsearch-consumer
License BSD-2-Clause
Dependencies amount 14
Dependencies jcore-descriptor-creator, slf4j-api, httpclient, lucene-analyzers-common, assertj-core, guava, gson, jcore-utilities, julielab-java-utilities, icu4j, commons-lang3, mapdb, testng, junit-jupiter,
There are maybe transitive dependencies!

serpent from group net.razorvine (version 1.40)

Serpent serializes an object tree into a Python ast.literal_eval() compatible literal expression. It is safe to send serpent data to other machines over the network for instance (because only 'safe' literals are encoded). There is also a deserializer or parse provided that turns such a literal expression back into the appropriate Java object tree. It is an alternative to JSON to provide easy data integration between Java and Python. Serpent is more expressive as JSON (it supports more data types).

Group: net.razorvine Artifact: serpent
Show all versions Show documentation Show source 
 

21 downloads
Artifact serpent
Group net.razorvine
Version 1.40
Last update 14. May 2021
Organization not specified
URL https://github.com/irmen/Serpent
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

mxcache-asm from group com.maxifier.mxcache (version 7.1)

A repackage of ASM byte code manipulation library with some fixes from 3.3. All classes put into com.maxifier.mxcache.asm package. (It was done because different versions ASM are incompatible) The repackaging is done via maven-shade-plugin. This project is located in MxCache repository but it is not liked with its parent project as IDEA doesn't perform well when used with shade plugin.

Group: com.maxifier.mxcache Artifact: mxcache-asm
Show all versions Show documentation Show source 
 

0 downloads
Artifact mxcache-asm
Group com.maxifier.mxcache
Version 7.1
Last update 16. October 2019
Organization Maxifier
URL http://github.com/maxifier/mxcache
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 12 from 19 (items total 189)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy