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

Download JAR files tagged by stores with all dependencies

Search JAR files by class name

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!

addc-security from group com.addc (version 2.6)

The addc-security library supplies classes for handling Key Stores with different types of password callback, GSSUP for CSI-IIOP, cryptographic helper classes that can load definitions of providers and algorithms for different crypto functions from properties files and deliver the correct object for processing encryption, HMACs, Signatures etc. and Helper classes for loading key stores and handling pem files.

Group: com.addc Artifact: addc-security
Show all versions Show documentation Show source 
 

0 downloads
Artifact addc-security
Group com.addc
Version 2.6
Last update 25. February 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies jacorb-omgapi, addc-base, commons-codec, jdom2, bcprov-jdk15on, bcpkix-jdk15on,
There are maybe transitive dependencies!

hraven from group com.twitter.hraven (version 1.0.1)

hRaven collects run time data and statistics from map reduce jobs running on Hadoop clusters and stores the collected job history in an easily queryable format. For the jobs that are run through frameworks (Pig or Scalding/Cascading) that decompose a script or application into a DAG of map reduce jobs for actual execution, hRaven groups job history data together by an application construct. This will allow for easier visualization of all of the component jobs' execution for an application and more comprehensive trending and analysis over time.

Group: com.twitter.hraven Artifact: hraven
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact hraven
Group com.twitter.hraven
Version 1.0.1
Last update 12. April 2017
Organization Twitter
URL https://github.com/twitter/hraven
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

oodt-product from group org.apache.oodt (version 1.0)

The Product Service provides access to data products. Products can be scientific datasets, images, documents, or anything with an electronic representation. The Product Service accepts standard query expressions (see the Query Expression component) and returns zero or more matching products. In addition, the product service can transform products from proprietary formats and into Internet standard formats or run other transformations, all without impacting local stores or operations.

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

0 downloads
Artifact oodt-product
Group org.apache.oodt
Version 1.0
Last update 21. June 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies commons-codec, commons-io, oodt-commons, oodt-xmlquery, tika-core,
There are maybe transitive dependencies!

sesame-sail-federation from group org.openrdf.sesame (version 4.1.2)

The Federation SAIL allows multiple datasets to be virtually combined into a single dataset. The Federation SAIL combines multiple RDF stores that may exist on a remote server or are embedded in the same JVM. The Federation uses query optimizations to distribute sections of the query to different members based on the data contained in each of the members. These results are then joined together within the federation to provide the same result as if all the data was co-located within a single repository.

Group: org.openrdf.sesame Artifact: sesame-sail-federation
Show all versions Show documentation Show source 
 

0 downloads
Artifact sesame-sail-federation
Group org.openrdf.sesame
Version 4.1.2
Last update 02. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies sesame-rio-turtle, sesame-queryalgebra-evaluation, sesame-sail-inferencer, sesame-model, sesame-repository-sail,
There are maybe transitive dependencies!

visualization-datasource from group com.google.visualization (version 1.1.1)

This library makes it easy to implement a Visualization data source so that you can easily chart or visualize your data from any of your data stores. The library implements the Google Visualization API wire protocol and query language. You therefore need write only the code required to make your data available to the library in the form of a data table. This task is made easier by the provision of abstract classes and helper functions.

Group: com.google.visualization Artifact: visualization-datasource
Show all versions Show documentation Show source 
 

1 downloads
Artifact visualization-datasource
Group com.google.visualization
Version 1.1.1
Last update 24. April 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies commons-lang, commons-logging, guava, icu4j, opencsv,
There are maybe transitive dependencies!

oracletohivemigrator_2.12 from group io.github.queukat (version 2.0)

The Spark Universal Migrator is a data migration Spark application that fetches data from an Oracle database and stores it in a Hive database. It utilizes JDBC to connect to Oracle, processes and converts the data into a Hive-compatible schema, and then transfers it to Hive. The migration process employs iterators to generate queries for data retrieval and utilizes a BlockingQueue in conjunction with a ThreadPoolExecutor for parallel processing of data. Additionally, the application incorporates an Oracle connection pool to efficiently manage and reuse database connections, further optimizing performance and resource utilization during the migration process.

Group: io.github.queukat Artifact: oracletohivemigrator_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact oracletohivemigrator_2.12
Group io.github.queukat
Version 2.0
Last update 31. July 2023
Organization io.github.queukat
URL https://github.com/queukat/spark_oracle_hive_streaming
License Apache 2
Dependencies amount 4
Dependencies scala-library, ojdbc8, ucp, scala-logging_2.12,
There are maybe transitive dependencies!

threadfix-cli-lib from group com.github.secdec.astam-correlator (version 1.3.8)

This module contains library classes for accessing the ThreadFix REST API. The ThreadFix IDE plugins use this library to retrieve application and vulnerability marker information, and in the ThreadFix scanner plugins to get endpoint information and upload scans to ThreadFix applications. The easiest way to start using the library is with the PluginClient or ThreadFixRestClient classes. Both have constructors that take a PropertiesManager instance, which holds the ThreadFix API key and url information. The default PropertiesManager implementation stores these properties in threadfix.properties, but the ThreadFix plugins extend the default PropertiesManager class to override this behavior for the target platform.

Group: com.github.secdec.astam-correlator Artifact: threadfix-cli-lib
Show all versions Show documentation Show source 
 

0 downloads
Artifact threadfix-cli-lib
Group com.github.secdec.astam-correlator
Version 1.3.8
Last update 15. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies threadfix-entities, commons-httpclient, commons-cli, commons-io, commons-validator, gson, jackson-annotations,
There are maybe transitive dependencies!

threadfix-cli from group com.denimgroup.threadfix (version 2.5)

This module contains library classes for accessing the ThreadFix REST API. The ThreadFix IDE plugins use this library to retrieve application and vulnerability marker information, and in the ThreadFix scanner plugins to get endpoint information and upload scans to ThreadFix applications. The easiest way to start using the library is with the PluginClient or ThreadFixRestClient classes. Both have constructors that take a PropertiesManager instance, which holds the ThreadFix API key and url information. The default PropertiesManager implementation stores these properties in threadfix.properties, but the ThreadFix plugins extend the default PropertiesManager class to override this behavior for the target platform.

Group: com.denimgroup.threadfix Artifact: threadfix-cli
Show all versions Show documentation Show source 
 

0 downloads
Artifact threadfix-cli
Group com.denimgroup.threadfix
Version 2.5
Last update 28. August 2017
Organization Denim Group, Ltd.
URL https://github.com/denimgroup/threadfix
License Mozilla Public License, Version 2.0
Dependencies amount 7
Dependencies threadfix-entities, commons-httpclient, commons-cli, commons-io, commons-validator, gson, jackson-annotations,
There are maybe transitive dependencies!

HockeySDK from group net.hockeyapp.android (version 5.2.0)

HockeySDK-Android implements support for using HockeyApp in your Android application. The following features are currently supported: Collect crash reports:If your app crashes, a crash log is written to the device's storage. If the user starts the app again, they will be asked asked to submit the crash report to HockeyApp. This works for both beta and live apps, i.e. those submitted to Google Play or other app stores. Crash logs contain viable information for you to help resolve the issue. Furthermore, you as a developer can add additional information to the report as well. Update Alpha/Beta apps: The app will check with HockeyApp if a new version for your alpha/beta build is available. If yes, it will show a dialog to users and let them see the release notes, the version history and start the installation process right away. You can even force the installation of certain updates. User Metrics: Understand user behavior to improve your app. Track usage through daily and monthly active users. Monitor crash impacted users. Measure customer engagement through session count. Add custom tracking calls to learn which features your users are actually using. This feature requires a minimum API level of 14 (Android 4.x Ice Cream Sandwich). Feedback: Besides crash reports, collecting feedback from your users from within your app is a great option to help with improving your app. You act on and answer feedback directly from the HockeyApp backend. Authenticate: Identify and authenticate users against your registered testers with the HockeyApp backend.

Group: net.hockeyapp.android Artifact: HockeySDK
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact HockeySDK
Group net.hockeyapp.android
Version 5.2.0
Last update 21. May 2019
Organization not specified
URL https://github.com/bitstadium/hockeysdk-android
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 43 from 43 (items total 430)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy