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

Download JAR files tagged by datasource with all dependencies

Search JAR files by class name

sessionDatabase-1.0 from group io.openliberty.features (version 24.0.0.7)

Group: io.openliberty.features Artifact: sessionDatabase-1.0
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sessionDatabase-1.0
Group io.openliberty.features
Version 24.0.0.7


rds-iam-hikari-datasource from group io.volcanolabs (version 3.0.0)

An extension to the Hikari datasource for IAM Role based access to RDS databases. This is entirely based on the work of Tom de Vroomen in this article: https://blog.jdriven.com/2021/06/configure-hikari-connection-pool-when-using-rds-iam/ The intention of this library is just to make his excellent work available as a maven dependency.

Group: io.volcanolabs Artifact: rds-iam-hikari-datasource
Show all versions Show documentation Show source 
 

0 downloads
Artifact rds-iam-hikari-datasource
Group io.volcanolabs
Version 3.0.0
Last update 01. November 2023
Organization not specified
URL https://github.com/volcanolabs-io/rds-iam-hikari-datasource
License MIT License
Dependencies amount 4
Dependencies HikariCP, sts, rds, slf4j-api,
There are maybe transitive dependencies!

MazarineBlue-KeywordDriven from group org.mazarineblue (version 0.1.0)

The KeywordDriven module houses the interpreter and thus forms the core, the hart, the engine of MazarineBlue. The instructions and data are fetched though the DataSource interface. And intercommunication between modules is made posible by the EventBus module.

Group: org.mazarineblue Artifact: MazarineBlue-KeywordDriven
Show documentation Show source 
 

0 downloads
Artifact MazarineBlue-KeywordDriven
Group org.mazarineblue
Version 0.1.0
Last update 03. September 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies MazarineBlue-DataSources, MazarineBlue-Parser, MazarineBlue-EventBus, MazarineBlue-EventsUtilities, MazarineBlue-Utilities, commons-lang, commons-io,
There are maybe transitive dependencies!

cas-workflow from group org.apache.oodt (version 1.9.1)

The workflow management component of a Catalog and Archive Service. This component purposefully separates workflow repositories and workflow engines standard interfaces, and provides some out of the box backend implementations of them (including one based on the javax.sql.DataSource interface). This component provides everything that you need to execute workflows, and science processing pipelines.

Group: org.apache.oodt Artifact: cas-workflow
Show all versions Show documentation Show source 
 

0 downloads
Artifact cas-workflow
Group org.apache.oodt
Version 1.9.1
Last update 25. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 30
Dependencies avro, avro-ipc, commons-codec, commons-collections, commons-dbcp, httpclient, commons-io, commons-lang, commons-pool, concurrent, hsqldb, joda-time, geronimo-javamail_1.4_mail, geronimo-activation_1.1_spec, lucene-core, lucene-analyzers-common, lucene-backward-codecs, cas-cli, cas-metadata, cas-resource, oodt-commons, oodt-conf, jug, xmlrpc, jetty, jetty-util, jetty-management, slf4j-api, log4j-slf4j-impl, jul-to-slf4j,
There are maybe transitive dependencies!

cas-filemgr from group org.apache.oodt (version 1.9.1)

The file management component of a Catalog and Archive Service. This component purposefully separates data stores and metadata stores as standard interfaces, and provides some out of the box backend implementations of them (including one based on the javax.sql.DataSource interface). This component provides everything that you need to catalog, archive and manage files, and directories, and their associated metadata.

Group: org.apache.oodt Artifact: cas-filemgr
Show all versions Show documentation Show source 
 

0 downloads
Artifact cas-filemgr
Group org.apache.oodt
Version 1.9.1
Last update 25. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 28
Dependencies avro, avro-ipc, commons-compress, aws-java-sdk, guava, commons-cli, commons-codec, commons-collections, commons-dbcp, httpclient, commons-io, commons-pool, hsqldb, lucene-core, lucene-analyzers-common, lucene-queryparser, cas-cli, cas-metadata, oodt-commons, oodt-conf, solr-core, solr-solrj, tika-parsers, jug, xmlrpc, slf4j-api, jul-to-slf4j, log4j-slf4j-impl,
There are maybe transitive dependencies!

postgresql-test-datasource from group dk.kosmisk (version 1.0.2)

An integration test helper designed for dk.kosmisk:postgresql-maven-plugin. It is able to create a DataSource that connects to a postgresql, given a system-property with a port in it and a database name, or a URI in an environment variable or from PG* environment variables or to a personal PostgreSQL instance, with user/password/database-name which is the same as the user name for the user running the tests.

Group: dk.kosmisk Artifact: postgresql-test-datasource
Show all versions Show documentation Show source 
 

0 downloads
Artifact postgresql-test-datasource
Group dk.kosmisk
Version 1.0.2
Last update 10. November 2019
Organization not specified
URL https://github.com/kosmisk-dk/postgresql-test-datasource/
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies commons-dbcp2, annotations,
There are maybe transitive dependencies!

request-logger from group com.alterioncorp (version 1.1)

A servlet filter that logs requests to the log (slf4j) and writes them asynchronously to the DB. RequestLoggerFilter - logs request info to the DB RequestLoggerFilterPerfJdbc - subclass of RequestLoggerFilter that also logs time spent in JDBC using perf-jdbc RequestLoggerFilterPerfmon4J - subclass of RequestLoggerFilter that also logs time spent in JDBC using perfmon4j By default, uses the "java:/comp/env/jdbc/request-logger" data-source to log to. Can be overridden with the "com.alterion.requestlogger.jdbc.datasource-jndi" system-property. DB schemas for MS-SQL and PostgreSQL are in src/main/sql

Group: com.alterioncorp Artifact: request-logger
Show all versions Show documentation Show source 
 

0 downloads
Artifact request-logger
Group com.alterioncorp
Version 1.1
Last update 24. May 2016
Organization not specified
URL https://bitbucket.org/alitovsky/request-logger
License Apache License, Version 2.0
Dependencies amount 2
Dependencies slf4j-api, commons-io,
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!

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!



Page 39 from 39 (items total 390)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy