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

Download JAR files tagged by very with all dependencies

Search JAR files by class name

excalibur-sourceresolve from group org.apache.excalibur.components (version 2.2.3)

A very common problem is resolving a source, which means finding a source using a URI. The source resolver of Avalon Excalibur is a component helping you in this task. It resolves sources from a given URI. The URI can use all available protocols of the JRE. In addition own protocols can be plugged-in. So using the standard protocols like HTTP, FTP or file can be handled in the same way, like dealing with custom, self-build protocols such as myxmldatabase://root/documents/test.xml.

Group: org.apache.excalibur.components Artifact: excalibur-sourceresolve
Show all versions Show documentation Show source 
 

3 downloads
Artifact excalibur-sourceresolve
Group org.apache.excalibur.components
Version 2.2.3
Last update 05. July 2007
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies avalon-framework-impl,
There are maybe transitive dependencies!

tddoc from group com.agical.rmock (version 2.0.0)

TDDoc aims to simplify the documentation of testdriven projects by utilizing comments, values and more in the testcases to generate documentation. This release of TDDoc was used to create the documentation for the RMock project. The PDF documentation is made from a generated DocBook XML file. The integrated Maven HTML documentation was made from a generated XDoc file. The documentation for TDDoc is ironically not very extensive, but the source from the Documentation project can serve as a big code example.

Group: com.agical.rmock Artifact: tddoc

 

0 downloads
Artifact tddoc
Group com.agical.rmock
Version 2.0.0
Last update 12. May 2007
Organization not specified
URL http://rmock.sourceforge.net
License not specified
Dependencies amount 2
Dependencies velocity, rmock,
There are maybe transitive dependencies!

managed-pool from group d-haven-mpool (version 1.0)

D-Haven Managed Pool is a library designed to provide pools that are asynchronously managed in a background thread. The pool system is very flexible and can accomodate just about every need. It boasts the ability to add pool listeners so that you can instrument and intercept the pooled objects when they are created, destroyed, acquired, and released.

Group: d-haven-mpool Artifact: managed-pool

 

0 downloads
Artifact managed-pool
Group d-haven-mpool
Version 1.0
Last update 24. November 2005
Organization D-Haven.org
URL http://projects.d-haven.org/modules/sections/index.php?op=listarticles&secid=5
License not specified
Dependencies amount 2
Dependencies event, concurrent,
There are maybe transitive dependencies!

api-ldap-codec-standalone from group org.apache.directory.api (version 2.1.6)

This module was created to fix issue DIRSHARED-91 where the embedded Felix instance inside the default LdapCodecService implementation was making it very problematic to deploy the ldap-codec inside an RCP (OSGi) environment and hence Apache Directory Studio could not use it. This module is most likely temporary and will disappear once we are fully OSGi enabled. This module is a plain old jar, not a bundle to avoid accidental reuse as an OSGi module because it contains the version of the LdapCodecService that embeds Felix to make controls and extended ops pluggable in the codec.

Group: org.apache.directory.api Artifact: api-ldap-codec-standalone
Show all versions Show documentation Show source 
 

1 downloads
Artifact api-ldap-codec-standalone
Group org.apache.directory.api
Version 2.1.6
Last update 01. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies api-ldap-net-mina, api-ldap-codec-core, api-ldap-extras-codec, mina-core,
There are maybe transitive dependencies!

mlrules-weka-package from group com.github.fracpete (version 2023.7.26)

Maximum Likelihood Rule Ensembles (MLRules) is a new rule induction algorithm for solving classification problems via probability estimation. The ensemble is built using boosting, by greedily minimizing the negative loglikelihood which results in estimating the class conditional probability distribution. The main advantage of decision rules is their simplicity and comprehensibility: they are logical statements of the form "if condition then decision", which is probably the easiest form of model to interpret. On the other hand, by exploiting a powerful statistical technique to induce the rules, the final ensemble has very high prediction accuracy. Fork of the original code located at: http://www.cs.put.poznan.pl/wkotlowski/software-mlrules.html

Group: com.github.fracpete Artifact: mlrules-weka-package
Show documentation Show source 
 

0 downloads
Artifact mlrules-weka-package
Group com.github.fracpete
Version 2023.7.26
Last update 25. July 2023
Organization University of Waikato, Hamilton, NZ
URL https://github.com/fracpete/mlrules-weka-package
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

dryuf-concurrent from group net.dryuf (version 1.7.0)

Dryuf Concurrent is enhancement over original Java Concurrent Future design. Apart from providing ListenableFuture functionality, it provides flexibility how to handle cancel() operations, can delay the notifications. It allows various types of notification listeners, distinguishing among successful end, failure and end due to cancel request. Last but not least, it has very low memory footprint and excellent performance, even outperforming JDK Future without listener support.

Group: net.dryuf Artifact: dryuf-concurrent
Show all versions Show documentation Show source 
 

0 downloads
Artifact dryuf-concurrent
Group net.dryuf
Version 1.7.0
Last update 01. April 2023
Organization not specified
URL https://github.com/dryuf/dryuf-concurrent
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tostring-implementation from group io.github.trigunam.java.util (version 2.2)

This project is a library for any POJO class to implement a toString method. Given a class name and instance, the project will use reflection from Java API to get the getter methods for the given instance and execute it to print the methodName = methodValue in an appended string with comma separated values. This is very generic implementation so anybody can use this code to write their toString implementation. The idea is to avoid implementing toString by writing your own implementation every time. Please put your thoughts on the implementation so we can evolve as a project which will help every Java Developer.

Group: io.github.trigunam.java.util Artifact: tostring-implementation
Show all versions Show documentation Show source 
 

0 downloads
Artifact tostring-implementation
Group io.github.trigunam.java.util
Version 2.2
Last update 04. September 2021
Organization Yet to identify
URL https://github.com/trigunam/tostring-implementation
License GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Dependencies amount 2
Dependencies slf4j-api, logback-classic,
There are maybe transitive dependencies!

pyrolite from group net.razorvine (version 5.1)

This library allows your Java program to interface very easily with the Python world. It uses the Pyro protocol to call methods on remote objects. (See https://pyro5.readthedocs.io/). Pyrolite only implements part of the client side Pyro library, hence its name 'lite'... So if you don't need Pyro's full feature set, Pyrolite may be a good choice to connect java or .NET and python. Version 5.0 changes: support Pyro5 wire protocol. Dropped support of Pyro4 (stick to version 4.xx for that).

Group: net.razorvine Artifact: pyrolite
Show all versions Show documentation Show source 
 

30 downloads
Artifact pyrolite
Group net.razorvine
Version 5.1
Last update 17. May 2021
Organization not specified
URL https://github.com/irmen/Pyrolite
License MIT License
Dependencies amount 1
Dependencies serpent,
There are maybe transitive dependencies!

it-tidalwave-util-java8supplement from group it.tidalwave.thesefoolishthings (version 3.1-ALPHA-7)

Group: it.tidalwave.thesefoolishthings Artifact: it-tidalwave-util-java8supplement
Show all versions Show documentation Show source 
 

0 downloads
Artifact it-tidalwave-util-java8supplement
Group it.tidalwave.thesefoolishthings
Version 3.1-ALPHA-7
Last update 02. March 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies it-tidalwave-util, it-tidalwave-role, slf4j-api, spring-aspects, aspectjrt,
There are maybe transitive dependencies!

jdraw from group uk.co.bithatch (version 1.0)

A very simple, no-dependencies drawing API providing some primitive operations including lines, rectangles, circles, ellipses, arcs. It doesn't actually draw TO anything, you must provide your own implementation of Backing to actually paint the pixels. This project is intended for use with Snake, my project for Razer devices on Linux, but is made available in case others may find it useful. It doesn't have anything fancy like anti-alias, transformations or even line widths, contributions welcome though!

Group: uk.co.bithatch Artifact: jdraw
Show documentation Show source 
 

0 downloads
Artifact jdraw
Group uk.co.bithatch
Version 1.0
Last update 12. December 2020
Organization not specified
URL https://github.com/bithatch/jdraw
License The MIT License (MIT)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 120 from 125 (items total 1242)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy