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

com.ibm.sbt.sdk from group com.ibm.sbt (version 1.1.12.20161007-1200)

Group: com.ibm.sbt Artifact: com.ibm.sbt.sdk
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact com.ibm.sbt.sdk
Group com.ibm.sbt
Version 1.1.12.20161007-1200
Last update 07. February 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sbt.ckeditor422 from group com.ibm.sbt (version 1.1.12.20161007-1200)

Group: com.ibm.sbt Artifact: sbt.ckeditor422
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sbt.ckeditor422
Group com.ibm.sbt
Version 1.1.12.20161007-1200
Last update 07. February 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

com.ibm.sbt.samples.commons from group com.ibm.sbt (version 1.1.12.20161007-1200)

Group: com.ibm.sbt Artifact: com.ibm.sbt.samples.commons
Show all versions Show documentation Show source 
 

0 downloads
Artifact com.ibm.sbt.samples.commons
Group com.ibm.sbt
Version 1.1.12.20161007-1200
Last update 07. February 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

distribution from group com.ibm.sbt (version 1.1.12.20161007-1200)

Group: com.ibm.sbt Artifact: distribution
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact distribution
Group com.ibm.sbt
Version 1.1.12.20161007-1200
Last update 07. February 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 12
Dependencies commons-logging, sbt.dojo180, sbt.jquery182, sbt.bootstrap211, sbt.sample.web, com.ibm.sbt.web, com.ibm.commons, com.ibm.commons.runtime, com.ibm.commons.xml, com.ibm.sbt.php.wordpress, com.ibm.sbt.php.core, com.ibm.sbt.php.moodle,
There are maybe transitive dependencies!

jtb from group edu.purdue.cs (version 1.4.12)

JTB is a syntax tree builder to be used with the Java Compiler Compiler (JavaCC) parser generator. JTB was originally developped at UCLA up to version 1.3.2 (http://compilers.cs.ucla.edu/jtb/) or (http://compilers.cs.ucla.edu/jtb/jtb-2003/). It has been upgraded in version 1.4.0+ (2009-2010), as an embedded tool within the SourceForge Eclipse JavaCC plugin. It is now (2011) provided as a standalone tool in the same hosting environment as JavaCC.

Group: edu.purdue.cs Artifact: jtb
Show documentation Show source 
 

2 downloads
Artifact jtb
Group edu.purdue.cs
Version 1.4.12
Last update 31. December 2016
Organization jtb-javacc
URL https://github.com/jtb-javacc/JTB
License UCLA Compilers Group License
Dependencies amount 1
Dependencies javacc,
There are maybe transitive dependencies!

beige-orm from group org.beigesoft (version 1.1.3)

Beigesoft ORM library. This is simple lightweigt multiplatform (JDBC/Android) ORM library. It supports Postgresql, H2 and SQlite. Consist of ORM logic except platform dependent database access logic - e.g. JDBC or Android. It's configurable with standard Java Properties XML files. Standard SQL queries both DML(e.g. SELECT) and DDL(e.g. CREATE) are automatically generated and could be modified/replaced by Properties XML.

Group: org.beigesoft Artifact: beige-orm
Show all versions Show documentation Show source 
 

0 downloads
Artifact beige-orm
Group org.beigesoft
Version 1.1.3
Last update 24. December 2016
Organization not specified
URL http://www.beigesoft.org
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies beige-common, beige-settings,
There are maybe transitive dependencies!

dudu-RESP-interpreter from group net.yesdata (version 1.0.4)

REdis Serialization Protocol (RESP) implemented in java. You can simply construct string commands to RESP commands, and interpret redis response. By import net.yesdata.RESP_intepreter.* you can play with RESP with happy. How to format command string to RESP style? String command = "INFO"; IInterpreter intepreter = new DefaultRespInterpreter(); String sentCommand = intepreter.FormatCommand(command); How to read and print RESP style response? IInterpreter intepreter = new DefaultRespInterpreter(); List<IRespNode> respNodes = intepreter.IntepretResponse(responseBody); for(IRespNode n : respNodes) { System.out.println(n.toRespFormatString()); }

Group: net.yesdata Artifact: dudu-RESP-interpreter
Show documentation Show source 
 

0 downloads
Artifact dudu-RESP-interpreter
Group net.yesdata
Version 1.0.4
Last update 21. December 2016
Organization not specified
URL https://github.com/yourcaptain/dudu-RESP_intepreter
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

proton-tests from group org.apache.qpid (version 0.16.0)

The Proton python system tests execute against the Java or C implementation, using Maven (via this pom) and CMake/CTest respectively. To run the tests against proton-j, execute: mvn test Example of advanced usage (all of the -D flags are optional): mvn test \ -Dproton.pythontest.pattern='proton_tests.transport.ClientTransportTest.*' \ -Dproton.pythontest.invocations=20 \ -Dproton.pythontest.always_colorize=true

Group: org.apache.qpid Artifact: proton-tests
Show all versions Show source 
 

0 downloads
Artifact proton-tests
Group org.apache.qpid
Version 0.16.0
Last update 08. December 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies proton-j, bcpkix-jdk15on,
There are maybe transitive dependencies!

NobleTools from group edu.pitt.dbmi.nlp (version 1.0)

Noble Tools Suite, is a set of Natural Language Processing (NLP) tools and Application Programming Interfaces (API) written in Java for interfacing with ontologies, auto coding text and extracting information from free test. The Noble Tools suite also includes a generic ontology API for interfacing with Web Ontology Language (OWL) files, OBO and BioPortal ontologies and a number of support utilities and methods useful for NLP (e.g. string normalization, ngram and stemming)

Group: edu.pitt.dbmi.nlp Artifact: NobleTools
Show documentation Show source 
 

2 downloads
Artifact NobleTools
Group edu.pitt.dbmi.nlp
Version 1.0
Last update 14. November 2016
Organization Department of Biomedical Informatics, University of Pittsburgh
URL http://noble-tools.dbmi.pitt.edu
License BSD 3-Clause License
Dependencies amount 3
Dependencies owlapi-distribution, jdbm, javax.servlet-api,
There are maybe transitive dependencies!

teachingbox-core from group org.sf.teachingbox (version 1.2.3)

The Teachingbox uses advanced machine learning techniques to relieve developers from the programming of hand-crafted sophisticated behaviors of autonomous agents (such as robots, game players etc...) In the current status we have implemented a well founded reinforcement learning core in Java with many popular usecases, environments, policies and learners.

Group: org.sf.teachingbox Artifact: teachingbox-core
Show all versions Show documentation Show source 
 

1 downloads
Artifact teachingbox-core
Group org.sf.teachingbox
Version 1.2.3
Last update 08. November 2016
Organization TeachingBox
URL http://sourceforge.net/projects/teachingbox/
License GNU General Public License, Version 3
Dependencies amount 14
Dependencies guava, jfreechart, surfaceplotter, log4j, commons-lang3, commons-math3, colt, junit, thrift, concurrent, encog-core, weka-stable, nrjavaserial, redstone,
There are maybe transitive dependencies!



Page 5887 from 6002 (items total 60018)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy