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

Download JAR files tagged by when with all dependencies

Search JAR files by class name

marmotta-versioning from group org.apache.marmotta (version 3.1.0-incubating)

This module provides versioning support for all modifications of the data contained in the LMF System (triples, resources, namespaces). Versions are accessible according to the Memento protocol using a special webservice. Versioning is triggered when a transaction finishes successfully and will store additional versioning information in the database. Note that this implies a certain performance overhead.

Group: org.apache.marmotta Artifact: marmotta-versioning
Show all versions Show source 
 

0 downloads
Artifact marmotta-versioning
Group org.apache.marmotta
Version 3.1.0-incubating
Last update 24. September 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies marmotta-core, kiwi-versioning, freemarker,
There are maybe transitive dependencies!

jxse from group com.kenai.jxse (version 2.7)

JXTA technology is a set of open protocols that allow any connected device on the network ranging from cell phones and wireless PDAs to PCs and servers to communicate and collaborate in a P2P manner. JXTA peers create a virtual network where any peer can interact with other peers and resources directly even when some of the peers and resources are behind firewalls and NATs or are on different network transports. JXSE is the Java implementation of the JXTA protocols.

Group: com.kenai.jxse Artifact: jxse
Show documentation Show source 
 

0 downloads
Artifact jxse
Group com.kenai.jxse
Version 2.7
Last update 05. June 2013
Organization Project JXSE
URL Not specified
License Sun Project JXTA(TM) Software License
Dependencies amount 3
Dependencies bcprov-jdk15, log4j, httptunnel,
There are maybe transitive dependencies!

fw from group net.sf.squirrel-sql (version 3.5.0)

The framework library contains utility classes that are generic and useful for building applications that introspect a database via JDBC. These are not intended to be SQuirreLSQL-specific and could be used by other projects JDBC front-end applications. This project is guaranteed to have no code dependencies on other SQuirreLSQL projects and could therefore be used when building a different JDBC front-end application.

Group: net.sf.squirrel-sql Artifact: fw
Show all versions Show documentation Show source 
 

3 downloads
Artifact fw
Group net.sf.squirrel-sql
Version 3.5.0
Last update 06. May 2013
Organization not specified
URL http://www.squirrelsql.org/
License GNU Lesser General Public License
Dependencies amount 31
Dependencies antlr, asm-attrs, asm, cglib, commons-cli, commons-codec, commons-collections, commons-httpclient, commons-lang, commons-logging, dom4j, hibernate-annotations, hibernate-commons-annotations, hibernate-entitymanager, hibernate, jxl, jide-oss, log4j, nanoxml, spring-beans, spring-context, spring-context-support, spring-core, stringtemplate, gsbase, junit, easymock, easymockclassextension, mockito-all, fest-swing-junit-4.5, xml-apis,
There are maybe transitive dependencies!

hbase from group com.google.code.maven-play-plugin.org.apache.hbase (version 0.21.0-20100622)

HBase is the &lt;a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.

Group: com.google.code.maven-play-plugin.org.apache.hbase Artifact: hbase
Show documentation Show source 
 

3 downloads
Artifact hbase
Group com.google.code.maven-play-plugin.org.apache.hbase
Version 0.21.0-20100622
Last update 11. March 2013
Organization Apache Software Foundation
URL http://hbase.apache.org
License Apache 2
Dependencies amount 34
Dependencies commons-cli, commons-httpclient, commons-lang, commons-logging, log4j, thrift, slf4j-api, guava, hadoop-core, zookeeper, jetty, jetty-util, servlet-api-2.5, jsp-2.1, jsp-api-2.1, jasper-runtime, jasper-compiler, jruby-complete, protobuf-java, jersey-core, jersey-json, jersey-server, jaxb-api, jsr311-api, stax-api, slf4j-log4j12, avro, slf4j-api, jackson-core-asl, jackson-mapper-asl, junit, mockito-all, hadoop-test, guava,
There are maybe transitive dependencies!

sonar-cutoff-plugin from group org.codehaus.sonar-plugins (version 0.2)

Exclude files from analysis based on a cutoff date threshold. Any source file that was last modified prior to the configured cutoff date is excluded. This can be useful when you want to analyze the work done on an existing code base and measure the quality of new code/changes only. This way previous phases of the project will not impact the analysis.

Group: org.codehaus.sonar-plugins Artifact: sonar-cutoff-plugin
Show all versions Show documentation Show source 
 

4 downloads
Artifact sonar-cutoff-plugin
Group org.codehaus.sonar-plugins
Version 0.2
Last update 19. October 2012
Organization SonarSource
URL http://docs.codehaus.org/display/SONAR/Cutoff+Plugin
License GNU LGPL 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

Class implementing minimal cost-complexity pruning. Note when dealing with missing values, use "fractional instances" method instead of surrogate split method. For more information, see: Leo Breiman, Jerome H. Friedman, Richard A. Olshen, Charles J. Stone (1984). Classification and Regression Trees. Wadsworth International Group, Belmont, California.

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

9 downloads
Artifact simpleCART
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/simpleCART
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
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!

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

Implements Winnow and Balanced Winnow algorithms by Littlestone. For more information, see N. Littlestone (1988). Learning quickly when irrelevant attributes are abound: A new linear threshold algorithm. Machine Learning. 2:285-318; N. Littlestone (1989). Mistake bounds and logarithmic linear-threshold learning algorithms. University of California, Santa Cruz. Does classification for problems with nominal attributes (which it converts into binary attributes)

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

1 downloads
Artifact winnow
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/winnow
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

datatable-autocomplete from group org.wicketstuff (version 1.5-RC5.1)

The Datatable autocomplete project provides a Trie datastructure that allows AJAX searches on large datasets fast. It is not memory efficient but it is fast especially to know how many results a given prefix matches. Provides a Datatable component when tied to a textfield will show the matched objects in a table format.

Group: org.wicketstuff Artifact: datatable-autocomplete
Show all versions Show documentation Show source 
 

0 downloads
Artifact datatable-autocomplete
Group org.wicketstuff
Version 1.5-RC5.1
Last update 25. June 2011
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies datatable-autocomplete-common, wicket-extensions,
There are maybe transitive dependencies!

jaxb2-value-constructor from group org.jvnet.jaxb2_commons (version 3.0)

Causes JAXB RI 2 XJC to generate a value constructor, where each embedded element is included as a constructor parameter. This is usedful when you want to make sure that you have handled every single possible embedded element. The plugin also generates a default (no argument) constructor, so existing code runs as expected.

Group: org.jvnet.jaxb2_commons Artifact: jaxb2-value-constructor
Show documentation Show source 
 

3 downloads
Artifact jaxb2-value-constructor
Group org.jvnet.jaxb2_commons
Version 3.0
Last update 29. March 2011
Organization not specified
URL http://java.net/projects/jaxb2-commons/pages/value-constructor
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 183 from 202 (items total 2013)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy