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

Download JAR files tagged by means with all dependencies

Search JAR files by class name

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!

rupy from group com.google.code.p (version 0.2.4)

Weighing less than 50KB, Rupy is probably the smallest Java NIO application server in the world. Rupy is inherently non-blocking asynchronous, which makes it the ideal candidate for high concurrency real-time applications pushing dynamic data. Tested with acme, rupy performs on average ~1500 requests per second. To put that figure in perspective; acme doesn't use keep-alive, so that means 1500 unique TCP connections serving dynamic content per second! Thanks to NIO and an event queue to avoid selector trashing, this figure degrades gracefully under high concurrency.

Group: com.google.code.p Artifact: rupy
Show documentation Show source 
 

0 downloads
Artifact rupy
Group com.google.code.p
Version 0.2.4
Last update 27. September 2008
Organization not specified
URL http://code.google.com/p/rupy/
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

multex from group de.tfh-berlin.knabe (version 7.1)

MulTEx is a simple, but powerful framework for organizing exceptions and messages in a multi-tier Java software system. It offers the key features: Causal chains/trees as a means to capture low-level error information Redundancy-free stack traces in the case of indirectly caused exceptions Internationalizable message texts and parameters for exceptions Services for reporting an exception with its causal chain/tree onto streams and screens A standard way for writing method bodies with regard to exceptions. MulTEx depends on Java >= 1.4

Group: de.tfh-berlin.knabe Artifact: multex
Show source 
 

0 downloads
Artifact multex
Group de.tfh-berlin.knabe
Version 7.1
Last update 02. May 2007
Organization not specified
URL http://www.tfh-berlin.de/~knabe/java/multex/
License GNU Lesser General Public License, Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

comparators from group de.cit-ec.tcs.alignment (version 3.1.1)

This module defines the interfaces for Comparators in the TCS Alignment Toolbox. A Comparator has the purpose of defining the dissimilarity between elements in the input sequences of an Alignment. More specific information on Comparators can be found in the 'Comparator' interface. You can find a lot of helpful standard implementations of Comparators in the comparators-lib module. In the TCS Alignment Toolbox we require the output values of Comparators to lie in the range [0,1]. Many natural dissimilarities on value sets do not meet this criterion, such that additional normalization has to be applied. To that end this package also contains a Normalizer interface for functions that map real values from the range [0, infinity) to the range [0,1]. This package also provides a few convenience implementations of the Comparator interface to make the implementation of custom Comparators simpler, namely: SkipExtendedComparator, ParameterLessSkipExtendedComparator, ComparisonBasedSkipExtendedComparator, and ParameterLessComparisonBasedSkipExtendedComparator. Finally the TCS Alignment Toolbox also provides the means to learn parameters of Comparators. To enable that Comparators must implement the DerivableComparator interface to properly define the parameters that can be learned and the gradient of the dissimilarity with respect to these parameters. Gradients are stored using the Gradient interface as well as some convenience implementations of said interface, namely EmptyGradient, SingletonGradient, ArrayGradient and ListGradient.

Group: de.cit-ec.tcs.alignment Artifact: comparators
Show all versions Show documentation Show source 
 

0 downloads
Artifact comparators
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies lombok,
There are maybe transitive dependencies!

jcql from group com.trebogeer.jcql (version 0.8.7)

JCQL is a tool allowing to generate boilerplate java code from existing cassandra schema. It is intended to be used with Cassandra 2.1+ due to support of UDTs (User Defined Types)/Tuples/Collections. Cassandra's UDTs/Tuples/Collections and an ability to introspect schema through java driver make it possible to automatically generate POJOs and corresponding mappers between database and java models. Properly generated java code saves development efforts and is less error-prone compared to hand coding. Accompanied with proper CI and deployment it can also guarantee consistency between database and java models at any point of application lifecycle from development to production rollout. JCQL does not rely on java reflection or annotations which means all discrepancies between actual cassandra schema and what client code expects it to be will be identified during compilation not at runtime in the middle of the night right after production release. No need to worry about Cassandra client code performance implications due to use of reflection.

Group: com.trebogeer.jcql Artifact: jcql
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcql
Group com.trebogeer.jcql
Version 0.8.7
Last update 11. March 2016
Organization not specified
URL http://github.com/trebogeer/j-cql
License Apache License, Version 2.0
Dependencies amount 10
Dependencies cassandra-all, jaxb-xjc, args4j, snakeyaml, guava, javatuples, slf4j-api, logback-classic, cassandra-driver-core, cassandra-driver-mapping,
There are maybe transitive dependencies!

pmd from group pmd (version 4.3)

<p>PMD scans Java source code and looks for potential problems like:</p> <ul> <li>Possible bugs - empty try/catch/finally/switch statements</li> <li>Dead code - unused local variables, parameters and private methods</li> <li>Suboptimal code - wasteful String/StringBuffer usage</li> <li>Overcomplicated expressions - unnecessary if statements, for loops that could be while loops</li> <li>Duplicate code - copied/pasted code means copied/pasted bugs</li> </ul> <p>You can <b><a href="http://sourceforge.net/project/showfiles.php?group_id=56262">download everything from here</a></b>, and you can get an overview of all the rules at the <a href="rules/index.html">rulesets index</a> page.</p> <p>PMD is <a href="integrations.html">integrated</a> with JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, and Emacs.</p>

Group: pmd Artifact: pmd
Show all versions Show documentation Show source 
 

5 downloads
Artifact pmd
Group pmd
Version 4.3
Last update 11. November 2011
Organization InfoEther
URL http://pmd.sourceforge.net/
License BSD-style
Dependencies amount 4
Dependencies ant, jaxen, asm, junit,
There are maybe transitive dependencies!



Page 55 from 57 (items total 565)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy