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

Download JAR files tagged by component with all dependencies

Search JAR files by class name

WicketWebBeans-parent from group net.sourceforge.wicketwebbeans.parent (version 1.0)

Wicket Web Beans (WWB) is an Apache Wicket component toolkit for displaying and editing POJOs that conform to the JavaBeans specification. Web pages are automatically generated based on bean properties and certain conventions. If necessary, the layout, editability, and actions of these pages can be customized on an exception basis. In other words, the toolkit normally does what you'd expect, but when it doesn't, you can override its behavior.

Group: net.sourceforge.wicketwebbeans.parent Artifact: WicketWebBeans-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact WicketWebBeans-parent
Group net.sourceforge.wicketwebbeans.parent
Version 1.0
Last update 12. January 2008
Organization Visual Systems Corporation
URL http://wicketwebbeans.sourceforge.net/
License The Apache License 2.0
Dependencies amount 9
Dependencies wicket, wicket-extensions, wicket-datetime, wicket-contrib-datepicker, commons-beanutils-core, junit, joda-time, slf4j-api, slf4j-log4j12,
There are maybe transitive dependencies!

excalibur-sourceresolve from group org.apache.excalibur.components (version 2.2.3)

A very common problem is resolving a source, which means finding a source using a URI. The source resolver of Avalon Excalibur is a component helping you in this task. It resolves sources from a given URI. The URI can use all available protocols of the JRE. In addition own protocols can be plugged-in. So using the standard protocols like HTTP, FTP or file can be handled in the same way, like dealing with custom, self-build protocols such as myxmldatabase://root/documents/test.xml.

Group: org.apache.excalibur.components Artifact: excalibur-sourceresolve
Show all versions Show documentation Show source 
 

3 downloads
Artifact excalibur-sourceresolve
Group org.apache.excalibur.components
Version 2.2.3
Last update 05. July 2007
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies avalon-framework-impl,
There are maybe transitive dependencies!

components-base from group com.jsftoolkit (version 0.9)

The core classes for the JSF Toolkit Component Framework. Includes all framework base and utility classes as well as component kick-start/code-generation and registration tools. Also includes some classes for testing that are reused in other projects. They cannot be factored out into a separate project because they are referenced by the tests and they reference this code (circular dependence).

Group: com.jsftoolkit Artifact: components-base
Show source 
 

0 downloads
Artifact components-base
Group com.jsftoolkit
Version 0.9
Last update 30. April 2007
Organization not specified
URL http://cs.baylor.edu/~sloan/project/
License GNU General Public License 2.0
Dependencies amount 3
Dependencies commons-digester, junit, shale-test,
There are maybe transitive dependencies!

excalibur-datasource from group org.apache.excalibur.components (version 2.2.2)

Avalon Excalibur's DataSource package allows you to manage pooled connections in one of two ways. You can have the package handle it for you, or you can use a J2EE server's DataSource management. It provides the same kind of access regardless of which method you choose, since they are obtained through Avalon's Component Manager infrastructure. The DataSource package requires that you load the necessary driver classes at init time, but it will take care of all necessary issues from there.

Group: org.apache.excalibur.components Artifact: excalibur-datasource
Show all versions Show documentation Show source 
 

0 downloads
Artifact excalibur-datasource
Group org.apache.excalibur.components
Version 2.2.2
Last update 29. April 2007
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies avalon-framework-impl, avalon-framework-api, excalibur-pool-api, excalibur-pool-instrumented,
There are maybe transitive dependencies!

excalibur-datasource from group excalibur-datasource (version 2.1)

Avalon Excalibur's DataSource package allows you to manage pooled connections in one of two ways. You can have the package handle it for you, or you can use a J2EE server's DataSource management. It provides the same kind of access regardless of which method you choose--since they are obtained through Avalon's Component Manager infrastructure. The DataSource package requires that you load the necessary driver classes at init time, but it will take care of all necessary issues from there.

Group: excalibur-datasource Artifact: excalibur-datasource
Show all versions 
 

0 downloads
Artifact excalibur-datasource
Group excalibur-datasource
Version 2.1
Last update 08. November 2005
Organization not specified
URL Not specified
License not specified
Dependencies amount 16
Dependencies hsqldb, avalon-framework-api, avalon-framework-impl, avalon-logkit, excalibur-instrument-api, excalibur-pool-api, excalibur-pool-impl, excalibur-pool-instrumented, commons-collections, concurrent, excalibur-testcase, excalibur-component, excalibur-logger, excalibur-fortress-container-api, excalibur-fortress-meta, qdox,
There are maybe transitive dependencies!

wicket-core from group org.apache.wicket (version 10.0.0)

Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a first-class component model backed by POJO data beans that can easily be persisted using your favorite technology.

Group: org.apache.wicket Artifact: wicket-core
Show all versions Show documentation Show source 
 

73 downloads
Artifact wicket-core
Group org.apache.wicket
Version 10.0.0
Last update 08. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies openjson, wicket-request, wicket-util, jdk-serializable-functional, mockito-core,
There are maybe transitive dependencies!

parent from group io.github.ardoco.core (version 1.0.0)

The goal of this project is to connect architecture documentation and models while identifying missing or deviating elements (inconsistencies). An element can be any representable item of the model, like a component or a relation. To do so, we first create trace links and then make use of them and other information to identify inconsistencies. ArDoCo is actively developed by researchers of the Modelling for Continuous Software Engineering (MCSE) group of KASTEL - Institute of Information Security and Dependability at the KIT.

Group: io.github.ardoco.core Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group io.github.ardoco.core
Version 1.0.0
Last update 08. March 2024
Organization not specified
URL https://github.com/ArDoCo/Core
License MIT License
Dependencies amount 2
Dependencies error_prone_core, slf4j-api,
There are maybe transitive dependencies!

nifi-utils from group org.apache.nifi (version 2.0.0-M2)

This nifi-utils module should be a general purpose place to store widely and generally useful functions that any component might want to leverage. NO DEPENDENCIES should be added. This module is likely to be leveraged by every extension and should not bring along any other dependencies. The only dependency intended is the nifi-api and even this is expected to be already provided in any case where it would be used. The typical place this util would be found is within a nar and all nars already have nifi-api as a parent dependency. The nifi-api can be thought of as a NiFi Application Container level dependency.

Group: org.apache.nifi Artifact: nifi-utils
Show all versions Show documentation Show source 
 

48 downloads
Artifact nifi-utils
Group org.apache.nifi
Version 2.0.0-M2
Last update 26. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies nifi-api, nifi-property-utils,
There are maybe transitive dependencies!

connection-generator from group io.github.ardoco.core (version 0.37.0)

Group: io.github.ardoco.core Artifact: connection-generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact connection-generator
Group io.github.ardoco.core
Version 0.37.0
Last update 09. January 2024
Organization not specified
URL Not specified
License MIT License
Dependencies amount 2
Dependencies common, text-extraction,
There are maybe transitive dependencies!

pipeline-lissa from group io.github.ardoco.core (version 0.37.0)

Group: io.github.ardoco.core Artifact: pipeline-lissa
Show all versions Show documentation Show source 
 

0 downloads
Artifact pipeline-lissa
Group io.github.ardoco.core
Version 0.37.0
Last update 09. January 2024
Organization not specified
URL Not specified
License MIT License
Dependencies amount 8
Dependencies connection-generator, diagram-recognition, inconsistency-detection, model-provider, pipeline-core, recommendation-generator, text-extraction, text-preprocessing,
There are maybe transitive dependencies!



Page 584 from 593 (items total 5925)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy