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

Download JAR files tagged by single with all dependencies

Search JAR files by class name

play-shibboleth from group com.google.code.maven-play-plugin.org.playframework.modules.shibboleth (version 1.2)

Allow users to login to your Play! application via Shibboleth. Shibboleth is a federated identity management protocol popular in higher education. The protocol provides a single sign on service across multiple organizational boundaries with secure attribute delivery. Shibboleth support requires that your application be proxied behind a Shibboleth capable web server such as Apache, Lighttpd, or IIS with the corresponding Shibboleth module installed. For more information on the protocol visit: http://shibboleth.internet2.edu/

Group: com.google.code.maven-play-plugin.org.playframework.modules.shibboleth Artifact: play-shibboleth
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact play-shibboleth
Group com.google.code.maven-play-plugin.org.playframework.modules.shibboleth
Version 1.2
Last update 23. January 2013
Organization not specified
URL http://www.playframework.org/modules/shibboleth
License unknown
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sirix-parent from group io.sirix (version 0.9.3)

Sirix is a temporal storage system effectively and efficiently storing snapshots of time varying (currently semi-structured) data taking full advantage of flash based drives as for instance SSDs. We not only provide several ways of navigating the tree-structure of a single revision, we also support navigation in time. Furthermore we provide a novel storage technique called sliding snapshot to circumvent intermitant full dump snapshots to fast track their in-memory reconstruction and thus we avoiding write peaks and having to read long chains of page fragments/increments/deltas. Sirix uses copy-on-write (COW) as well as an append-only storage making it an ideal candidate for flash based drives while not dropping support for erstwhile disks.

Group: io.sirix Artifact: sirix-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sirix-parent
Group io.sirix
Version 0.9.3
Last update 29. July 2019
Organization not specified
URL https://sirix.io
License New BSD
Dependencies amount 14
Dependencies jcommander, aspectjrt, slf4j-api, perfidix, xmlunit, logback-classic, logback-core, guice, gson, guava, guava-testlib, jsr305, brackit, caffeine,
There are maybe transitive dependencies!

balea-core from group io.magidc (version 1.0.1)

Balea creates a proxy of javax.sql.DataSource, providing dynamic routing to multiple container based databases following a On Demand Data Source Access architecture. Docker is used as manager to create, start or stop database containers on demand and link correspondent data volumes. Thanks to this approach is possible to distribute data across multiple databases keeping active only the necessary ones in each moment maximizing the use of system resources. The distribution and management of data is hidden under the hood, any process that uses this data source interface (i.e. Hibernate) will perceive it as a single source of data. It makes possible for standard SQL database like Postgresql or MySQL to be maintained, backed up or versioned with simple file system operations as the data volumes are attached dynamically to the managed Docker containers. Docker integration allows also to manage database containers in remote hosts.

Group: io.magidc Artifact: balea-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact balea-core
Group io.magidc
Version 1.0.1
Last update 23. July 2019
Organization not specified
URL https://github.com/magidc/balea-core
License Apache License, Version 2.0
Dependencies amount 1
Dependencies docker-java,
There are maybe transitive dependencies!

beehive-controls from group com.moparisthebest.beehive (version 1.0.4)

Group: com.moparisthebest.beehive Artifact: beehive-controls
Show all versions Show documentation Show source 
 

4 downloads
Artifact beehive-controls
Group com.moparisthebest.beehive
Version 1.0.4
Last update 27. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies velocity-dep, commons-discovery, commons-logging, ant, ant-launcher, jsp-api, servlet-api,
There are maybe transitive dependencies!

beehive-jdbc-mapper from group com.moparisthebest.beehive (version 1.0.4)

Group: com.moparisthebest.beehive Artifact: beehive-jdbc-mapper
Show all versions Show documentation Show source 
 

0 downloads
Artifact beehive-jdbc-mapper
Group com.moparisthebest.beehive
Version 1.0.4
Last update 27. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

beehive-netui-tags from group com.moparisthebest.beehive (version 1.0.4)

Group: com.moparisthebest.beehive Artifact: beehive-netui-tags
Show all versions Show documentation Show source 
 

1 downloads
Artifact beehive-netui-tags
Group com.moparisthebest.beehive
Version 1.0.4
Last update 27. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies beehive-netui-core, commons-logging, jsp-api, servlet-api,
There are maybe transitive dependencies!

beehive-netui-bootstrap from group com.moparisthebest.beehive (version 1.0.4)

Group: com.moparisthebest.beehive Artifact: beehive-netui-bootstrap
Show all versions Show documentation Show source 
 

0 downloads
Artifact beehive-netui-bootstrap
Group com.moparisthebest.beehive
Version 1.0.4
Last update 27. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies jsp-api, servlet-api, commons-logging, commons-collections, xdoclet, xdoclet-web-module, xjavadoc, ant,
There are maybe transitive dependencies!

beehive from group com.moparisthebest.beehive (version 1.0.4)

Beehive's goal is to make J2EE programming easier by building a simple object model on J2EE and Struts. Using the new JSR-175 annotations, Beehive reduces the coding necessary for J2EE. The initial Beehive project has three pieces. NetUI: An annotation-driven web application programming framework that is built atop Struts. NetUI centralizes navigation logic, state, metadata, and exception handling in a single encapsulated and reusable Page Flow Controller class. In addition, NetUI provides a set of JSP tags for rendering HTML / XHTML and higher-level UI constructs such as data grids and trees and has first-class integration with JavaServer Faces and Struts. Controls: A lightweight, metadata-driven component framework for building that reduces the complexity of being a client of enterprise resources. Controls provide a unified client abstraction that can be implemented to access a diverse set of enterprise resources using a single configuration model. In addition, Beehive includes a set of system controls that are abstractions for low-level J2EE resource APIs such as EJB, JMS, JDBC, and web services.

Group: com.moparisthebest.beehive Artifact: beehive
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact beehive
Group com.moparisthebest.beehive
Version 1.0.4
Last update 27. August 2015
Organization moparisthebest.com
URL https://github.com/moparisthebest/beehive
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

beehive-jms-control from group com.moparisthebest.beehive (version 1.0.4)

Group: com.moparisthebest.beehive Artifact: beehive-jms-control
Show all versions Show documentation Show source 
 

0 downloads
Artifact beehive-jms-control
Group com.moparisthebest.beehive
Version 1.0.4
Last update 27. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies beehive-controls, xbean, geronimo-j2ee_1.4_spec,
There are maybe transitive dependencies!

beehive-jdbc-control from group com.moparisthebest.beehive (version 1.0.4)

Group: com.moparisthebest.beehive Artifact: beehive-jdbc-control
Show all versions Show documentation Show source 
 

2 downloads
Artifact beehive-jdbc-control
Group com.moparisthebest.beehive
Version 1.0.4
Last update 27. August 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies beehive-controls, beehive-jdbc-mapper, xbean,
There are maybe transitive dependencies!



Page 137 from 140 (items total 1393)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy