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

Download JAR files tagged by general with all dependencies

Search JAR files by class name

jDiff from group org.xcorpion (version 0.2.0)

jDiff is a Java object diffing/merging library. The aim is to provide support for arbitrary object content diffing and merging (like git diff/merge) through native support for general object and extensible interfaces to allow custom logic to be plugged in.

Group: org.xcorpion Artifact: jDiff
Show all versions Show documentation Show source 
 

0 downloads
Artifact jDiff
Group org.xcorpion
Version 0.2.0
Last update 29. October 2018
Organization not specified
URL https://github.com/X-corpion/jDiff
License MIT
Dependencies amount 4
Dependencies commons-lang3, guava, objenesis, jsr305,
There are maybe transitive dependencies!

osgi.enroute.base.api from group org.osgi (version 2.1.0)

enRoute is an OSGi project that creates a runtime environment for developing applications. This bundle provides the base API for this environment. In any enRoute 2.1.0.201809261621 environment you will find implementations for all the contained services. The purpose of this bundle is to be use for compilation, it must not be used in a runtime; in general, providers must carry their service packages.

Group: org.osgi Artifact: osgi.enroute.base.api
Show all versions Show documentation Show source 
 

7 downloads
Artifact osgi.enroute.base.api
Group org.osgi
Version 2.1.0
Last update 26. September 2018
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

adapters-shortest-paths-core from group com.programmerare.shortest-paths (version 1.0.0)

Core adapter library with general classes and interfaces. For example it contains the Target (see the Adapter design pattern) interfaces. The adapter implementations with dependencies to adaptees are located in other libraries. (https://github.com/TomasJohansson/adapters-shortest-paths)

Group: com.programmerare.shortest-paths Artifact: adapters-shortest-paths-core
Show documentation Show source 
 

0 downloads
Artifact adapters-shortest-paths-core
Group com.programmerare.shortest-paths
Version 1.0.0
Last update 02. May 2018
Organization not specified
URL https://github.com/TomasJohansson/adapters-shortest-paths/tree/master/adapters-shortest-paths-core
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

Allows to parse HTTP headers as QueryParameters by prefixing it with "header_{http-header}". This feature allows to bypass the inability of Internet Explorer to set headers for multi domain (CORS) requests. This is a general utility and has no dependencies to Apache Stanbol.

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

0 downloads
Artifact org.apache.stanbol.commons.httpqueryheaders
Group org.apache.stanbol
Version 1.0.0
Last update 15. September 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies slf4j-api, commons-io, servlet-api, org.osgi.core, org.apache.felix.scr.annotations,
There are maybe transitive dependencies!

core from group cc.redberry (version 1.1.10)

Redberry is an open source computer algebra system designed for tensor manipulation. It implements basic computer algebra system routines as well as complex tools for real computations in physics. This is Redberry core, which contains the implementation of the basic computer algebra routines and general-purpose transformations.

Group: cc.redberry Artifact: core
Show all versions Show documentation Show source 
 

0 downloads
Artifact core
Group cc.redberry
Version 1.1.10
Last update 17. January 2016
Organization not specified
URL http://redberry.cc/
License GNU General Public License, version 3
Dependencies amount 2
Dependencies commons-math3, trove4j,
There are maybe transitive dependencies!

spatial4j from group com.spatial4j (version 0.5)

Spatial4j is a general purpose spatial / geospatial ASL licensed open-source Java library. It's core capabilities are 3-fold: to provide common geospatially-aware shapes, to provide distance calculations and other math, and to read shape formats like WKT and GeoJSON.

Group: com.spatial4j Artifact: spatial4j
Show all versions Show documentation Show source 
 

15 downloads
Artifact spatial4j
Group com.spatial4j
Version 0.5
Last update 18. September 2015
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pnky-promise from group com.jive.foss.pnky (version 1.0.1)

The Pnky Promise library enables writing asynchronous code in Java that is easy to read and understand. It also makes it easy to chain multiple asynchronous actions together and in general works similarly to promises in JavaScript.

Group: com.jive.foss.pnky Artifact: pnky-promise
Show documentation Show source 
 

0 downloads
Artifact pnky-promise
Group com.jive.foss.pnky
Version 1.0.1
Last update 28. May 2015
Organization not specified
URL https://github.com/jive/pnky-promise
License Apache License, Version 2.0
Dependencies amount 5
Dependencies guava, jsr305, commons-function, commons-concurrent, awaitility,
There are maybe transitive dependencies!

pivot4j from group org.pivot4j (version 0.9)

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI. It aims to leverage mature but now discontinued JPivot project's codebase to make it a general purpose OLAP API library which is independent of any particular GUI implementation.

Group: org.pivot4j Artifact: pivot4j
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact pivot4j
Group org.pivot4j
Version 0.9
Last update 25. May 2014
Organization Pivot4J Team
URL http://www.pivot4j.org
License CPL
Dependencies amount 2
Dependencies commons-lang, slf4j-api,
There are maybe transitive dependencies!

model-validator from group com.fiestacabin.model (version 0.0.2)

A light-weight validation framework for Java; meant to be useful for a web service wanting to return a rich response containing general validation failures as well as specific field names which have failed validation.

Group: com.fiestacabin.model Artifact: model-validator
Show documentation Show source 
 

0 downloads
Artifact model-validator
Group com.fiestacabin.model
Version 0.0.2
Last update 18. March 2013
Organization not specified
URL https://github.com/jaredstehler/model-validator
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies slf4j-api, guava, guice, reflections,
There are maybe transitive dependencies!

maybe from group com.ckkloverdos (version 0.6.0)

Scala Maybe. Inspired by Lift's Box, Haskell's Maybe and Scala's Option. A few noteable characteristics: * `Maybe()` is a polymorphich constructor that Does The Right Thing, no matter the input. * `get` is only provided for a `Just` value, not in the general `Maybe` API. * `map` on a `Just` Does The Right Thing, even if the calling function explodes.

Group: com.ckkloverdos Artifact: maybe
Show all versions Show documentation Show source 
 

0 downloads
Artifact maybe
Group com.ckkloverdos
Version 0.6.0
Last update 29. January 2013
Organization ckkloverdos.com
URL https://github.com/loverdos/maybe
License Apache 2
Dependencies amount 1
Dependencies scala-library,
There are maybe transitive dependencies!



Page 156 from 178 (items total 1778)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy