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

Download JAR files tagged by though with all dependencies

Search JAR files by class name

openengsb-core-common from group org.openengsb.core (version 1.3.0.M3)

OpenEngSB Common Core Utility classes, abstract classes to be extended by Domains and Connectors (Domains, DomainEvents, DomainProviders, ServiceManagers). The abstract and utility classes should help a great deal during developing for the OpenEngSB. Though non of the classes in this package are required and can be easily worked-around.

Group: org.openengsb.core Artifact: openengsb-core-common
Show all versions Show documentation Show source 
 

0 downloads
Artifact openengsb-core-common
Group org.openengsb.core
Version 1.3.0.M3
Last update 15. July 2011
Organization not specified
URL http://www.openengsb.org
License Apache 2
Dependencies amount 5
Dependencies openengsb-core-api, spring-osgi-core, jackson-mapper-asl, jackson-xc, spring-context,
There are maybe transitive dependencies!

excalibur-testcase from group org.apache.excalibur.testcase (version 2.2.1)

This project contains utilities for managing components. ECM is what we call an "avalon container", though it is somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to someday completely replace ECM with Fortress. In particular, this package contains the ExcaliburComponentManager, usually abbreviated to ECM.

Group: org.apache.excalibur.testcase Artifact: excalibur-testcase
Show documentation Show source 
 

0 downloads
Artifact excalibur-testcase
Group org.apache.excalibur.testcase
Version 2.2.1
Last update 15. February 2007
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies avalon-framework-api, avalon-framework-impl, excalibur-component,
There are maybe transitive dependencies!

excalibur-component from group org.apache.excalibur.component (version 2.2.1)

This project contains utilities for managing components. ECM is what we call an "avalon container", though it is somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to someday completely replace ECM with Fortress. In particular, this package contains the ExcaliburComponentManager, usually abbreviated to ECM.

Group: org.apache.excalibur.component Artifact: excalibur-component
Show documentation Show source 
 

3 downloads
Artifact excalibur-component
Group org.apache.excalibur.component
Version 2.2.1
Last update 15. February 2007
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies avalon-framework-api, excalibur-logger, avalon-logkit, excalibur-pool-api, excalibur-pool-impl, excalibur-pool-instrumented, excalibur-instrument-api, excalibur-instrument-mgr-impl,
There are maybe transitive dependencies!

excalibur-testcase from group excalibur-component (version 2.1)

This project contains utilities for managing components. ECM is what we call an "avalon container", though it is somewhat different in architecture to newer developments like Phoenix and Fortress. Our intend is to someday completely replace ECM with Fortress. In particular, this package contains the ExcaliburComponentManager, usually abbreviated to ECM.

Group: excalibur-component Artifact: excalibur-testcase

 

2 downloads
Artifact excalibur-testcase
Group excalibur-component
Version 2.1
Last update 08. November 2005
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies avalon-logkit, avalon-framework-api, avalon-framework-impl, excalibur-logger, excalibur-component, excalibur-instrument-api, junit,
There are maybe transitive dependencies!

base from group com.vertispan.jsinterop (version 1.0.1-1)

Base classes and utilities that provide access to JavaScript language constructs that are not available in pure Java. This distribution is slightly modified from the original in order to be compatible with J2CL and, where possible, GWT2 (though this is not heavily tested). The links and references in this pom.xml will reference the Vertispan fork, to ensure that any error introduced by our changes are not incorrectly blamed on the upstream Google repository.

Group: com.vertispan.jsinterop Artifact: base
Show all versions Show documentation Show source 
 

0 downloads
Artifact base
Group com.vertispan.jsinterop
Version 1.0.1-1
Last update 04. November 2023
Organization not specified
URL https://www.gwtproject.org
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jsinterop-annotations, gwt-internal-annotations,
There are maybe transitive dependencies!

jutf7 from group com.beetstra.jutf7 (version 1.0.0)

This library provides UTF-7 and Modified UTF-7 Charsets for Java. Sun's default Java distribution lacks support for the UTF-7 character set. Though it is not used commonly, it is still sometimes encountered in e-mails, or applications handling e-mail. The package is written as java.nio.charset extension, which means it can be used without special installation or configuration. Just drop the jar in your classpath, and you are ready to go.

Group: com.beetstra.jutf7 Artifact: jutf7
Show documentation Show source 
 

4 downloads
Artifact jutf7
Group com.beetstra.jutf7
Version 1.0.0
Last update 25. August 2011
Organization not specified
URL http://jutf7.sourceforge.net/
License MIT license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jai_core from group javax.media (version 1.1.3)

The Java Advanced Imaging API extends the Java 2 platform by allowing sophisticated, high-performance image processing to be incorporated into Java applets and applications. It is a set of classes providing imaging functionality beyond that of Java 2D and the Java Foundation classes, though it is designed for compatibility with those APIs. This API implements a set of core image processing capabilities including image tiling, regions of interest, deferred execution and a set of core image processing operators, including many common point, area, and frequency domain operators.

Group: javax.media Artifact: jai_core
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
7 downloads
Artifact jai_core
Group javax.media
Version 1.1.3
Last update 10. July 2009
Organization not specified
URL https://jai.dev.java.net/
License JDL (Java Distribution License)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

drift from group org.vafer (version 0.1)

Drift can be used to serialize and deserialze objects in a cross language manner. It will generate code based on a grammar and provide hooks for data migrations across different grammar versions. In many ways very similar to Thrift (original code base) and protobuffers. It's focus is serialization and data migration rather than RPC and service implementation though.

Group: org.vafer Artifact: drift
Show documentation Show source 
 

0 downloads
Artifact drift
Group org.vafer
Version 0.1
Last update 29. October 2008
Organization not specified
URL http://vafer.org/projects/drift
License Apache License 2
Dependencies amount 3
Dependencies ant, antlr, stringtemplate,
There are maybe transitive dependencies!

jdraw from group uk.co.bithatch (version 1.0)

A very simple, no-dependencies drawing API providing some primitive operations including lines, rectangles, circles, ellipses, arcs. It doesn't actually draw TO anything, you must provide your own implementation of Backing to actually paint the pixels. This project is intended for use with Snake, my project for Razer devices on Linux, but is made available in case others may find it useful. It doesn't have anything fancy like anti-alias, transformations or even line widths, contributions welcome though!

Group: uk.co.bithatch Artifact: jdraw
Show documentation Show source 
 

0 downloads
Artifact jdraw
Group uk.co.bithatch
Version 1.0
Last update 12. December 2020
Organization not specified
URL https://github.com/bithatch/jdraw
License The MIT License (MIT)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tagsoup from group com.github.fansu.tagsoup (version 1.0.5)

TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: poor, nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. TagSoup also includes a command-line processor that reads HTML files and can generate either clean HTML or well-formed XML that is a close approximation to XHTML.

Group: com.github.fansu.tagsoup Artifact: tagsoup
Show all versions Show documentation Show source 
 

1 downloads
Artifact tagsoup
Group com.github.fansu.tagsoup
Version 1.0.5
Last update 07. November 2018
Organization not specified
URL http://home.ccil.org/~cowan/XML/tagsoup/
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 7 from 8 (items total 77)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy