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

Download JAR files tagged by ways with all dependencies


json-comparator from group com.savoirtech.json (version 1.1.1)

Toolset for easily comparing JSON structures which may vary in expected ways, such as arrays of content for which order may change, or fields in objects that can be ignored, or matched via patterns. Intended to assist in the validation of JSON-formatted results returned from services.

Group: com.savoirtech.json Artifact: json-comparator
Show all versions Show documentation Show source 
Download json-comparator.jar (1.1.1)
 

7 downloads
Artifact json-comparator
Group com.savoirtech.json
Version 1.1.1
Last update 18. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies gson, json-path, commons-io, mockito-core,
There are maybe transitive dependencies!

metrics-core from group com.codahale.metrics (version 3.0.2)

Metrics is a Java library which gives you unparalleled insight into what your code does in production. Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment.

Group: com.codahale.metrics Artifact: metrics-core
Show all versions Show documentation Show source 
Download metrics-core.jar (3.0.2)
 

417 downloads
Artifact metrics-core
Group com.codahale.metrics
Version 3.0.2
Last update 17. February 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spring-ws-parent from group org.springframework.ws (version 2.1.4.RELEASE)

Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services using one of the many ways to manipulate XML payloads.

Group: org.springframework.ws Artifact: spring-ws-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-ws-parent
Group org.springframework.ws
Version 2.1.4.RELEASE
Last update 01. October 2013
Organization The Spring Web Services Framework
URL http://static.springframework.org/spring-ws/site/index.html
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies commons-logging, spring-core, spring-beans,
There are maybe transitive dependencies!

view-job-filters from group org.jvnet.hudson.plugins (version 1.9)

Manage multiple views and hundreds of jobs much more easily. This plug-in provides more ways to include/exclude jobs from a view, including filtering by SCM path, and by any job or build status type, as well as "chaining" of filters and negating filters.

Group: org.jvnet.hudson.plugins Artifact: view-job-filters
Show all versions Show documentation Show source 
Download view-job-filters.jar (1.9)
 

0 downloads
Artifact view-job-filters
Group org.jvnet.hudson.plugins
Version 1.9
Last update 06. January 2011
Organization not specified
URL http://wiki.hudson-ci.org/display/HUDSON/View+Job+Filters
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nb-api from group io.nosqlbench (version 5.17.0)

The top level API module for NoSQLBench. This module should have no internal module dependencies other than the mvn-default module. All modules within NoSQLBench can safely depend on this module with circular dependencies. This module provides cross-cutting code infrastracture, such as path utilities and ways of describing services used between modules. It is also the transitive aggregation point for system-wide library dependencies for logging and testing or similar needs.

Group: io.nosqlbench Artifact: nb-api
Show all versions Show documentation Show source 
Download nb-api.jar (5.17.0)
 

0 downloads
Artifact nb-api
Group io.nosqlbench
Version 5.17.0
Last update 13. January 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 17
Dependencies nb-annotations, flexmark-ext-yaml-front-matter, flexmark-html2md-converter, jopt-simple, gson, oshi-core, aws-java-sdk-s3, jaxb-api, jmh-core, jmh-generator-annprocess, commons-csv, commons-text, commons-codec, metrics-core, HdrHistogram, ascii-data, graal-sdk,
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!

jmeld from group org.jmeld (version 2.1)

JMeld is a visual diff and merge tool which is very much inspired after the fantastic 'meld', a gnome program program. It is different in a number of ways: 1. It doesn't have (yet) the many features of meld. 2. For now only the filemerge is working (no directorydiff, no subversion/cvs diff) 3. It is written in java and thus platform independent. 4. It is created to be very fast with large documents.

Group: org.jmeld Artifact: jmeld
Show documentation Show source 
Download jmeld.jar (2.1)
 

5 downloads
Artifact jmeld
Group org.jmeld
Version 2.1
Last update 01. February 2011
Organization not specified
URL http://www.xs4all.nl/~keeskuip/jmeld/
License GNU LESSER GENERAL PUBLIC LICENSE
Dependencies amount 11
Dependencies swingx, swing-worker, swing-layout, forms, jide-oss, javahelp, looks, l2fprod-common-fontchooser, compare, icu4j, gnudiff,
There are maybe transitive dependencies!

ferris-slise-common from group org.ferris (version 0.0.1)

Ferris SLiSE (Spectral Line Search Engine) Common contains code which is common to the different ways SLiSE is packaged and distributed. Because of the way Maven works, it's easier to create seperate projects to package and distribute SLiSE as either an Applet Application, a Desktop Application, or a Java Web Start Application mvn clean site package 0.0.1 Convert from Oak to Ferris

Group: org.ferris Artifact: ferris-slise-common

Download ferris-slise-common.jar (0.0.1)
 

0 downloads
Artifact ferris-slise-common
Group org.ferris
Version 0.0.1
Last update 11. March 2010
Organization not specified
URL http://ferris.sourceforge.net/slise-common
License not specified
Dependencies amount 3
Dependencies ferris-losst-common, jfreechart, jcommon,
There are maybe transitive dependencies!

drift from group org.vafer (version 0.1)

Drift can be used to serialize and deserialze objects in a cross language manner. It will generate code based on a grammar and provide hooks for data migrations across different grammar versions. In many ways very similar to Thrift (original code base) and protobuffers. It's focus is serialization and data migration rather than RPC and service implementation though.

Group: org.vafer Artifact: drift
Show documentation Show source 
Download drift.jar (0.1)
 

0 downloads
Artifact drift
Group org.vafer
Version 0.1
Last update 29. October 2008
Organization not specified
URL http://vafer.org/projects/drift
License Apache License 2
Dependencies amount 3
Dependencies ant, antlr, stringtemplate,
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 
Download excalibur-datasource.jar (2.2.2)
 

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!



Page 82 from 85 (items total 844)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy