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

Download JAR files tagged by type with all dependencies

Search JAR files by class name

examples from group org.codehaus.jedi (version 3.0.5)

Group: org.codehaus.jedi Artifact: examples
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact examples
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL http://jedi.codehaus.org/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jedi-jdk6 from group org.codehaus.jedi (version 3.0.5)

Group: org.codehaus.jedi Artifact: jedi-jdk6
Show all versions Show documentation Show source 
 

0 downloads
Artifact jedi-jdk6
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jedi-core, jedi-annotations,
There are maybe transitive dependencies!

jedi-jdk5 from group org.codehaus.jedi (version 3.0.5)

Group: org.codehaus.jedi Artifact: jedi-jdk5
Show all versions Show documentation Show source 
 

2 downloads
Artifact jedi-jdk5
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jedi-core, jedi-annotations,
There are maybe transitive dependencies!

jedi-annotations from group org.codehaus.jedi (version 3.0.5)

Group: org.codehaus.jedi Artifact: jedi-annotations
Show all versions Show documentation Show source 
 

0 downloads
Artifact jedi-annotations
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jedi-core,
There are maybe transitive dependencies!

codegen from group org.codehaus.jedi (version 3.0.5)

Group: org.codehaus.jedi Artifact: codegen
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact codegen
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL http://jedi.codehaus.org/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jedi-core from group org.codehaus.jedi (version 3.0.5)

Group: org.codehaus.jedi Artifact: jedi-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact jedi-core
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jedi from group org.codehaus.jedi (version 3.0.5)

Java's syntactic and library support for these components tends to cause the above concerns to be mixed with each other, with other concerns, and with low-level implementation details. This means that the code is cluttered, verbose and does not express intent very well. Jedi aims to repair this by providing a library of routines for filtering, iteration, conversion from one collection type to another, first order logic functions, etc. It makes extensive use of higher order functions and closures (also known as 'blocks' or 'lambdas' that can be implemented manually or by annotations.

Group: org.codehaus.jedi Artifact: jedi
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jedi
Group org.codehaus.jedi
Version 3.0.5
Last update 09. April 2011
Organization not specified
URL http://jedi.codehaus.org/
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nekodtd from group nekohtml (version 0.1.11)

NekoDTD is a configuration that parses Document Type Definition (DTD) files and converts the information into an XML document. This representation can then be processed using standard XML processors and applications to perform grammar analysis, convert the DTD into other grammar formats, etc. For example, using an XSLT stylesheet, the XML representation of the DTD can be converted to an equivalent XML Schema or Relax NG grammar. The NekoDTD parser configuration is written using the Xerces Native Interface (XNI) that is the foundation of the Xerces2 implementation. This enables you to use NekoDTD with existing XNI tools without modification or rewriting code.

Group: nekohtml Artifact: nekodtd
Show documentation Show source 
 

7 downloads
Artifact nekodtd
Group nekohtml
Version 0.1.11
Last update 03. July 2006
Organization not specified
URL http://people.apache.org/~andyc/neko/doc/dtd/index.html
License The CyberNeko Software License, Version 1.0
Dependencies amount 2
Dependencies xercesImpl, xml-apis,
There are maybe transitive dependencies!

jas from group de.uni-mannheim.rz.krum (version 2.7.200)

The Java Algebra System (JAS) is an object oriented, type safe and multi-threaded approach to computer algebra. JAS provides a well designed software library using generic types for algebraic computations implemented in the Java programming language using the JVM runtime infrastructure. The library can be used as any other Java software package or it can be used interactively or interpreted through a jython (Java Python) or jruby (Java Ruby) front end, there is also an Android App based on Ruboto (jruby for Android). The focus of JAS is at the moment on commutative, solvable and non-commutative polynomials, power series, Groebner bases, factorization, real and complex roots and applications. By the use of Java as implementation language JAS is 64-bit and multi-core CPU ready and can make use of mutiple CPUs where available. JAS can run on a wide variety of devices ranging from Android to compute clusters (using MPJ a Java Message Passing Interface (MPI) or OpenMPI).

Group: de.uni-mannheim.rz.krum Artifact: jas
Show all versions Show documentation Show source 
 

2 downloads
Artifact jas
Group de.uni-mannheim.rz.krum
Version 2.7.200
Last update 05. July 2023
Organization not specified
URL http://krum.rz.uni-mannheim.de/jas
License GNU GENERAL PUBLIC LICENSE Version 2, June 1991
Dependencies amount 1
Dependencies log4j-api,
There are maybe transitive dependencies!

thesefoolishthings from group it.tidalwave.thesefoolishthings (version 3.2-ALPHA-23)

This project is a collection of miscellaneous tools shared by a number of projects of the same author. There are **simple tuples** to use with Java Streams, **type-safe maps** ([inspired by the heterogeneous map pattern](https://www.informit.com/articles/article.aspx?p=2861454&seqNum=8)) described in Effective Java by Joshua Bloch, a **finder** that handles in a smart way queries to data sources, a facility to use the **DCI (Data, Context and Interactions) architectural pattern**, a simple **message bus** suitable for using the pub-sub pattern inside an application, some **test utilities**, an **experimental actor framework** and a few other small things. Yes, the project name is a tribute to the [jazz standard with the same name](https://en.wikipedia.org/wiki/These_Foolish_Things_(Remind_Me_of_You)) by Maschwitz and Strachey.

Group: it.tidalwave.thesefoolishthings Artifact: thesefoolishthings
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact thesefoolishthings
Group it.tidalwave.thesefoolishthings
Version 3.2-ALPHA-23
Last update 08. May 2023
Organization not specified
URL https://tidalwave.bitbucket.io/thesefoolishthings/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 234 from 237 (items total 2365)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy