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

Download JAR files tagged by each with all dependencies

Search JAR files by class name

sesame-sail-federation from group org.openrdf.sesame (version 4.1.2)

The Federation SAIL allows multiple datasets to be virtually combined into a single dataset. The Federation SAIL combines multiple RDF stores that may exist on a remote server or are embedded in the same JVM. The Federation uses query optimizations to distribute sections of the query to different members based on the data contained in each of the members. These results are then joined together within the federation to provide the same result as if all the data was co-located within a single repository.

Group: org.openrdf.sesame Artifact: sesame-sail-federation
Show all versions Show documentation Show source 
 

0 downloads
Artifact sesame-sail-federation
Group org.openrdf.sesame
Version 4.1.2
Last update 02. May 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies sesame-rio-turtle, sesame-queryalgebra-evaluation, sesame-sail-inferencer, sesame-model, sesame-repository-sail,
There are maybe transitive dependencies!

uoa-gitlog-plugin from group nz.ac.auckland.groupapps.maven (version 1.2)

Generates a release note based on commits to a git repository in text format showing the changes that are included in each version. A possible use of this is to push these changelogs to a remote server when releasing the maven project so that the remote server can lookup and update JIRA ticket based on an accurate list of commits that the current package includes.

Group: nz.ac.auckland.groupapps.maven Artifact: uoa-gitlog-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact uoa-gitlog-plugin
Group nz.ac.auckland.groupapps.maven
Version 1.2
Last update 02. July 2015
Organization not specified
URL [email protected]:uoa-group-applications/uoa-gitlog-plugin.git
License not specified
Dependencies amount 6
Dependencies composite-maven-plugin, org.eclipse.jgit, commons-lang3, commons-collections4, jetty-util, composite-groovy,
There are maybe transitive dependencies!

ctrl4testng from group io.github.mfulton26.ctrl4testng (version 1.1)

CTRL4TestNG provides an SLF4J Logger that can be used from any TestNG method tied to an ITestResult, namely Before, After, and Test annotations. Each separate method will have its own unique Logger and can be used with TestNG's parallel testing support making it clear which logs came from which method even when data-driven.

Group: io.github.mfulton26.ctrl4testng Artifact: ctrl4testng
Show all versions Show documentation Show source 
 

1 downloads
Artifact ctrl4testng
Group io.github.mfulton26.ctrl4testng
Version 1.1
Last update 10. February 2015
Organization not specified
URL https://mfulton26.github.io/ctrl4testng/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies slf4j-api, testng, guava,
There are maybe transitive dependencies!

groovy-params-checker from group com.faceture (version 1.0.28)

Automatic Groovy parameter checker. How to use: 1. Annotate your Groovy classes with @ParamsNotNullNotEmpty; 2. At compile time, code will be added into each of your methods to check each parameter to make sure it is not null and in the case of Collections, Maps and Strings, it is not empty; 3. At run time, if a parameter is null or empty, it will throw an IllegalArgumentException with details about the null or empty parameter. To disable the annotation at compile time, set the ParamsNotNullNotEmpty.NoOpMode flag to true.

Group: com.faceture Artifact: groovy-params-checker
Show all versions Show documentation Show source 
 

0 downloads
Artifact groovy-params-checker
Group com.faceture
Version 1.0.28
Last update 23. August 2014
Organization not specified
URL https://github.com/xnickmx/params-checker
License MIT License
Dependencies amount 1
Dependencies groovy-all,
There are maybe transitive dependencies!

promises from group com.surelogic (version 5.0.0)

Provides the annotations necessary to express models of programmer design intent in Java code. Promises are supra-linguistic formal annotations to programs. Each promise has a precise meaning and constrains the implementation and evolution of the code it targets. Promises are also (typically) modular, meaning that the implementation constraint on the code of a promise is limited in scope.

Group: com.surelogic Artifact: promises
Show all versions Show documentation Show source 
 

1 downloads
Artifact promises
Group com.surelogic
Version 5.0.0
Last update 01. November 2013
Organization Surelogic, Inc.
URL http://surelogic.com/promises
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sensor-cpu-sigar-times from group fr.inria.powerapi.sensor (version 1.5)

Extends the `fr.inria.powerapi.sensor.cpu.sensor-cpu-sigar` module in providing time spent for each CPU frequency, useful for computation taking into account the DVFS. This `Sensor` module use information provided by the [cpufreq-info](http://linux.die.net/man/1/cpufreq-info "cpufreq-info") tool under the procfs/sysfs virtual filesystems, typically used by standard Linux distributions. See also: [Man proc](http://linux.die.net/man/5/proc "proc manual").

Group: fr.inria.powerapi.sensor Artifact: sensor-cpu-sigar-times
Show all versions Show documentation Show source 
 

0 downloads
Artifact sensor-cpu-sigar-times
Group fr.inria.powerapi.sensor
Version 1.5
Last update 22. March 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies core, sensor-cpu-api, sensor-cpu-sigar, scala-io-core_${scala.version},
There are maybe transitive dependencies!

hyperPipes from group nz.ac.waikato.cms.weka (version 1.0.2)

Class implementing a HyperPipe classifier. For each category a HyperPipe is constructed that contains all points of that category (essentially records the attribute bounds observed for each category). Test instances are classified according to the category that "most contains the instance". Does not handle numeric class, or missing values in test cases. Extremely simple algorithm, but has the advantage of being extremely fast, and works quite well when you have "smegloads" of attributes.

Group: nz.ac.waikato.cms.weka Artifact: hyperPipes
Show all versions Show documentation Show source 
 

1 downloads
Artifact hyperPipes
Group nz.ac.waikato.cms.weka
Version 1.0.2
Last update 26. April 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/hyperPipes
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

SVMAttributeEval from group nz.ac.waikato.cms.weka (version 1.0.2)

Evaluates the worth of an attribute by using an SVM classifier. Attributes are ranked by the square of the weight assigned by the SVM. Attribute selection for multiclass problems is handled by ranking attributes for each class seperately using a one-vs-all method and then "dealing" from the top of each pile to give a final ranking. For more information see: I. Guyon, J. Weston, S. Barnhill, V. Vapnik (2002). Gene selection for cancer classification using support vector machines. Machine Learning. 46:389-422.

Group: nz.ac.waikato.cms.weka Artifact: SVMAttributeEval
Show all versions Show documentation Show source 
 

2 downloads
Artifact SVMAttributeEval
Group nz.ac.waikato.cms.weka
Version 1.0.2
Last update 26. April 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/SVMAttributeEval
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

generalizedSequentialPatterns from group nz.ac.waikato.cms.weka (version 1.0.2)

Class implementing a GSP algorithm for discovering sequential patterns in a sequential data set. The attribute identifying the distinct data sequences contained in the set can be determined by the respective option. Furthermore, the set of output results can be restricted by specifying one or more attributes that have to be contained in each element/itemset of a sequence. For further information see: Ramakrishnan Srikant, Rakesh Agrawal (1996). Mining Sequential Patterns: Generalizations and Performance Improvements.

Group: nz.ac.waikato.cms.weka Artifact: generalizedSequentialPatterns
Show all versions Show documentation Show source 
 

0 downloads
Artifact generalizedSequentialPatterns
Group nz.ac.waikato.cms.weka
Version 1.0.2
Last update 26. April 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/generalizedSequentialPatterns
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

command-line-processing from group il.ac.technion.cs.ssdl (version 1.0.1)

Extracting command line options directly into data members: each field marked with an @External annotation automatically becomes a command line option. Extracting the options values from the command line arguments, i.e., the "String[] args" parameter to main, into the field(s), requires a single method invocation: Introspector.extract(args, o1, o2, ...) where o1,o2, ... are the objects in which the fields annotated with @External.

Group: il.ac.technion.cs.ssdl Artifact: command-line-processing
Show documentation Show source 
 

0 downloads
Artifact command-line-processing
Group il.ac.technion.cs.ssdl
Version 1.0.1
Last update 12. March 2012
Organization Department of Computer Science, The Technion
URL http://command-line-processing.googlecode.com
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!



Page 52 from 69 (items total 684)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy