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

Download JAR files tagged by java with all dependencies

Search JAR files by class name

nifiLoader from group nz.ac.waikato.cms.weka (version 1.0.1)

Package for loading a directory containing MRI data in NIfTI format. The directory to be loaded must contain as many subdirectories as there are classes of MRI data. Each subdirectory name will be used as the class label for the corresponding .nii files in that subdirectory. (This is the same strategy as the one used by WEKA's TextDirectoryLoader.) Currently, the package only reads volume information for the first time slot from each .nii file. The readDoubleVol(short ttt) method from the Nifti1Dataset class (http://niftilib.sourceforge.net/java_api_html/Nifti1Dataset.html) is used to read the data for each volume into a sparse WEKA instance (with ttt=0). For an LxMxN volume (the dimensions must be the same for each .nii file in the directory!), the order of values in the generated instance is [(z_1, y_1, x_1), ..., (z_1, y_1, x_L), (z_1, y_2, x_1), ..., (z_1, y_M, x_L), (z_2, y_1, x_1), ..., (z_N, y_M, x_L)]. If the volume is an image, then only x and y coordinates are used.

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

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

netbeans-eid-generator from group pl.wavesoftware (version 0.4.0)

<p>Generates a unique Exception ID, that can be used in Java source code.</p> <p>In order to use this plugin type <code>Ctrl+Space</code> inside empty String literal. This will generate new unique identifier as a <i>Code Completion</i>. That generated EID can be used, for example, to identify your exceptions.</p> <p> Example usage (This is technical runtime exception, a posible bug. This plugin can be used to quickly fill unique bug id.):<br /> <code>try {<br /> &nbsp;&nbsp;&nbsp;&nbsp;shuldWorkIfNoBugsExists();<br /> } catch (IOException ex) {<br /> &nbsp;&nbsp;&nbsp;&nbsp;throw new EidRuntimeException("20140218:161429", "Something wrong with HDD, permissions?", ex);<br /> }</code> </p>

Group: pl.wavesoftware Artifact: netbeans-eid-generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact netbeans-eid-generator
Group pl.wavesoftware
Version 0.4.0
Last update 01. December 2015
Organization Wave Software
URL https://github.com/wavesoftware/eid-generator
License The MIT License (MIT)
Dependencies amount 8
Dependencies org-netbeans-api-annotations-common, org-netbeans-modules-editor-completion, org-openide-util, org-openide-util-ui, org-openide-util-lookup, org-netbeans-modules-options-api, org-openide-awt, eid-exceptions,
There are maybe transitive dependencies!

groupdocs-java-client from group com.groupdocs (version 2.6.0)

GroupDocs.Total for Cloud is a suite of RESTful APIs that allows developers to seamlessly add powerful document collaboration functionality to their web/mobile applications or sites. With GroupDocs.Total, you can enable end users to view, collaboratively annotate, compare, convert, e-sign, assemble and securely share over 50 document and image types (including PDF and Microsoft Office) on the web, all without having to install any 3rd-party office software or browser plugins. With this SDK, you can easily customize and integrate GroupDocs’ document collaboration tools into your web or mobile Java application.

Group: com.groupdocs Artifact: groupdocs-java-client
Show all versions Show documentation Show source 
 

1 downloads
Artifact groupdocs-java-client
Group com.groupdocs
Version 2.6.0
Last update 26. October 2015
Organization GroupDocs
URL http://groupdocs.com/cloud/total-api
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies jersey-client, jersey-multipart, commons-io, commons-codec, swagger-core_2.9.1, jsonassert,
There are maybe transitive dependencies!

ruleml2015 from group fr.lirmm.graphik (version 1.0.1)

Group: fr.lirmm.graphik Artifact: ruleml2015
Show all versions Show documentation Show source 
 

0 downloads
Artifact ruleml2015
Group fr.lirmm.graphik
Version 1.0.1
Last update 19. October 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies graal-core, graal-backward-chaining, graal-io-dlgp, graal-io-owl, graal-store-rdbms, graal-forward-chaining, graal-util, jcommander, logback-classic,
There are maybe transitive dependencies!

graal-bench from group fr.lirmm.graphik (version 1.0.1)

Group: fr.lirmm.graphik Artifact: graal-bench
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact graal-bench
Group fr.lirmm.graphik
Version 1.0.1
Last update 19. October 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

graal-tools from group fr.lirmm.graphik (version 1.0.1)

Group: fr.lirmm.graphik Artifact: graal-tools
Show all versions Show documentation Show source 
 

0 downloads
Artifact graal-tools
Group fr.lirmm.graphik
Version 1.0.1
Last update 19. October 2015
Organization INRIA
URL Not specified
License not specified
Dependencies amount 4
Dependencies graal-core, graal-io-dlgp, jcommander, logback-classic,
There are maybe transitive dependencies!

graal-store-test from group fr.lirmm.graphik (version 1.0.1)

Group: fr.lirmm.graphik Artifact: graal-store-test
Show all versions 
 

0 downloads
Artifact graal-store-test
Group fr.lirmm.graphik
Version 1.0.1
Last update 19. October 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ks-server-http from group eu.fbk.knowledgestore (version 1.7.1)

The HTTP server module (ks-server-http) implements the Web API of the KnowledgeStore, which includes the two CRUD and SPARQL endpoints. The CRUD Endpoint supports the retrieval and manipulation of semi-structured data about resource, mention, entity and axiom records (encoded in RDF, possibly using JSONLD), and the upload / download of resource representation. The SPARQL Endpoint supports SPARQL SELECT, CONSTRUCT, DESCRIBE and ASK queries according to the W3C SPARQL protocol. The two endpoints are implemented on top of a component implementing the KnowledgeStore Java API (the Store interface), which can be either the the KnowledgeStore frontend (ks-frontend) or the Java Client. The implementation of the module is based on the Jetty Web sever (run in embedded mode) and the Jersey JAX-RS implementation. Reference documentation of the Web API is automatically generated using the Enunciate tool.

Group: eu.fbk.knowledgestore Artifact: ks-server-http
Show all versions Show documentation Show source 
 

1 downloads
Artifact ks-server-http
Group eu.fbk.knowledgestore
Version 1.7.1
Last update 08. October 2015
Organization not specified
URL http://knowledgestore.fbk.eu/ks-server-http/
License not specified
Dependencies amount 21
Dependencies slf4j-api, guava, sesame-model, jetty-server, jetty-jmx, jetty-webapp, jetty-security, jetty-util, javax.servlet-api, javax.ws.rs-api, jersey-server, jersey-common, jersey-media-multipart, jersey-mvc, jersey-mvc-mustache, logback-access, sesame-query, ks-core, ks-server, rdfpro-core, sesame-rio-api,
There are maybe transitive dependencies!

pmd-build from group net.sourceforge.pmd (version 0.10)

This small subproject regroup most of the stuff needed to build pmd. As some java code has been produced to reduce the use of scripts when generating the website, the build also requires a small jar, which is generated by this pom. IMPORTANT NOTE: the pmd-build.jar does not need to be recompile if you modify any ant or xslt files. You can alter the files that are in the xslt directory and directly uses the appropriate ant or java task. pmd-build should be recompiled and package (and its version incrememented) only if you modify the java code.

Group: net.sourceforge.pmd Artifact: pmd-build
Show all versions Show documentation Show source 
 

0 downloads
Artifact pmd-build
Group net.sourceforge.pmd
Version 0.10
Last update 04. October 2015
Organization not specified
URL http://pmd.sourceforge.net/
License BSD-style
Dependencies amount 1
Dependencies commons-io,
There are maybe transitive dependencies!

kiabora from group fr.lirmm.graphik (version 0.9.0)

Group: fr.lirmm.graphik Artifact: kiabora
Show all versions Show documentation Show source 
 

0 downloads
Artifact kiabora
Group fr.lirmm.graphik
Version 0.9.0
Last update 21. September 2015
Organization GraphIK (INRIA - LIRMM)
URL Not specified
License not specified
Dependencies amount 7
Dependencies graal-util, graal-core, graal-io-dlgp, graal-rules-analyser, commons-lang3, jcommander, logback-classic,
There are maybe transitive dependencies!



Page 5976 from 6008 (items total 60072)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy