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

Download JAR files tagged by adding with all dependencies

Search JAR files by class name

ijp_imageio from group net.sf.ij-plugins (version 2.3.0)

ijp-ImageIO enable reading and writing images using Java ImageIO codecs. The core ImageIO formats: JPEG, PNG, BMP, WBMP, and GIF. IJP-ImageIO is also using JAI codes adding support for TIFF, JPEG200, PNM, and PCX. TIFF supports reading and writing using various compression schemes: LZW, JPEG, ZIP, and Deflate. For more detailed information see IJP-ImageIO home page: https://github.com/ij-plugins/ijp-imageio/wiki.

Group: net.sf.ij-plugins Artifact: ijp_imageio
Show all versions Show documentation Show source 
 

0 downloads
Artifact ijp_imageio
Group net.sf.ij-plugins
Version 2.3.0
Last update 29. May 2022
Organization net.sf.ij-plugins
URL https://github.com/ij-plugins/ijp-imageio
License LGPL-2.1
Dependencies amount 1
Dependencies ij,
There are maybe transitive dependencies!

nifi-processor-utils from group org.apache.nifi (version 1.15.3)

This nifi-processor-utils module is designed to capture common patterns and utilities that can be leveraged by other processors or components to help promote reuse. These patterns may become framework level features or may simply be made available through this utility. It is ok for this module to have dependencies but care should be taken when adding dependencies as this increases the cost of utilizing this module in various nars.

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

29 downloads
Artifact nifi-processor-utils
Group org.apache.nifi
Version 1.15.3
Last update 13. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies nifi-api, nifi-utils, nifi-security-socket-ssl, commons-io, commons-lang3, jackson-databind, nifi-record-serialization-service-api, nifi-record, nifi-event-transport,
There are maybe transitive dependencies!

tap-room from group org.bitbucket.cpointe.taproom (version 0.2.0)

Tap Room is a simple extraction and correlation framework that leverages Lucene-based queries to work with small datasets. There are better ways to handle "macro" or "micro" sized data sets (e.g., Apache Spark). This project is aimed at "nano" sized data sets where adding more components isn't possible or worth the effort.

Group: org.bitbucket.cpointe.taproom Artifact: tap-room
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact tap-room
Group org.bitbucket.cpointe.taproom
Version 0.2.0
Last update 15. May 2020
Organization not specified
URL https://bitbucket.org/cpointe/tap-room
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

registerUpdate from group je.dvs.echo (version 1.10.3)

A library for adding/updating immutable documents in a mongo collection. Each document needs to consist of a UUID as a key field. Document updates (json data with a key field that already exists) will be saved as a child that will have an accumulation of differences of previous children, Where the last child will contain all previous changes since the parent was first created. This library is meant to keep immutability.

Group: je.dvs.echo Artifact: registerUpdate
Show all versions Show documentation Show source 
 

0 downloads
Artifact registerUpdate
Group je.dvs.echo
Version 1.10.3
Last update 05. October 2018
Organization not specified
URL https://github.com/DVSJersey/registerUpdate.git
License MIT License
Dependencies amount 9
Dependencies spring-boot-starter-actuator, spring-boot-starter-web, spring-boot-starter-data-mongodb, json-simple, commons-lang3, jackson-core, jackson-databind, spring-oxm, camel-catalog,
There are maybe transitive dependencies!

ask-sdk-mvc from group com.amazon.alexa (version 0.1.0)

The Alexa Skills Kit MVC Framework extends the existing ASK SDK, adding features for mapping requests to methods and rendering responses via view scripts and templates such as Nashorn Javascript and Freemarker. It also integrates with the ASK SDK Interaction Model Mapper framework to create a single environment where both the interaction model and business logic of skills can be managed as code packages.

Group: com.amazon.alexa Artifact: ask-sdk-mvc
Show documentation Show source 
 

1 downloads
Artifact ask-sdk-mvc
Group com.amazon.alexa
Version 0.1.0
Last update 11. September 2018
Organization not specified
URL http://developer.amazon.com/ask
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies ask-sdk-interaction-model-mapper, ask-sdk,
There are maybe transitive dependencies!

allure-core-module from group com.capgemini.ntc (version 4.12.0.6)

Allure Test Framework Core is responsible for: * Test report with logs and/or screenshots * Test groups/tags * Data Driven (inside test case, external file) * Test case parallel execution * BDD - Gherkin – Cucumber approach * Run on independent OperatingSystem * Externalize test environment (DEV, QA, PROD) * Adding analytics source code * Update Observers Based on Junit4.12

Group: com.capgemini.ntc Artifact: allure-core-module
Show all versions Show documentation Show source 
 

1 downloads
Artifact allure-core-module
Group com.capgemini.ntc
Version 4.12.0.6
Last update 19. April 2018
Organization Capgemini - Nearshore Test Center - Poland
URL https://github.com/devonfw/devonfw-testing
License The Apache License, Version 2.0
Dependencies amount 18
Dependencies commons-csv, junit, JUnitParams, junit-platform-surefire-provider, mockito-core, log4j-api, log4j-core, slf4j-log4j12, allure-junit-adaptor, allure-java-annotations, allure-report-data, allure-maven-plugin, allure-cucumber-jvm-adaptor, aspectjweaver, junit-toolbox, json, guice, jasypt,
There are maybe transitive dependencies!

org.apache.stanbol.commons.opennlp from group org.apache.stanbol (version 1.0.0)

Provides a Bundle and support for the management of Models. The Data File Provider infrastructure is used to load requested models. Some Modles for English are included. Other models MUST be provided via the DataFileProvider infrastrucutre. (e.g. by including them in there classpath and providing an own DataFileProvider or by users adding the requred files to the "/datafiles" folder in the Stanbol installation)

Group: org.apache.stanbol Artifact: org.apache.stanbol.commons.opennlp
Show all versions Show documentation Show source 
 

1 downloads
Artifact org.apache.stanbol.commons.opennlp
Group org.apache.stanbol
Version 1.0.0
Last update 16. September 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies org.apache.stanbol.commons.stanboltools.datafileprovider, opennlp-maxent, opennlp-tools, org.osgi.core, org.osgi.compendium, org.apache.felix.scr.annotations, commons-io, slf4j-api,
There are maybe transitive dependencies!

java-retry from group com.github.rbuck (version 1.2)

Lets developers make their applications more resilient by adding robust transient fault handling logic. Transient faults are errors that occur because of some temporary condition such as network connectivity issues or service unavailability. Typically, if you retry the operation that resulted in a transient error a short time later, you find that the error has disappeared.

Group: com.github.rbuck Artifact: java-retry
Show all versions Show documentation Show source 
 

0 downloads
Artifact java-retry
Group com.github.rbuck
Version 1.2
Last update 23. June 2015
Organization not specified
URL https://github.com/rbuck/java-retry
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

xapi-gwt from group net.wetheinter (version 0.5)

This module exists solely to package all other gwt modules into a single uber jar. This makes deploying to non-mavenized targets much easier. Of course, you would be wise to inherit your dependencies individually; the uber jar is intended for projects like collide, which have complex configuration, and adding many jars would be a pain.

Group: net.wetheinter Artifact: xapi-gwt
Show all versions Show documentation Show source 
 

2 downloads
Artifact xapi-gwt
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

xapi-dev from group net.wetheinter (version 0.5)

Everything needed to run a comprehensive dev environment. Just type X_ and pick a service from autocomplete; new dev modules will be added as they are built. The only dev service not included in the uber jar is xapi-dev-maven, as it includes all runtime dependencies of maven, adding ~4 seconds to build time, and 6 megabytes to the final output jar size (without xapi-dev-maven, it's ~1MB).

Group: net.wetheinter Artifact: xapi-dev
Show all versions Show documentation Show source 
 

0 downloads
Artifact xapi-dev
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 56 from 60 (items total 600)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy