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

Download JAR files tagged by library with all dependencies

Search JAR files by class name

dbvolution-eclipse from group nz.co.gregs (version 3.8.3.3)

DBVolution is dependent on the Eclipse JDT java parser and AST library. This project packages that together with its dependencies for use in DBVolution. There is a long running ticket on the eclipse project to provide access to their libraries via Maven, but nothing so far has come of that as yet: https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745 Note: The version number for this project follows that of the org.eclipse.jdt.core module, and is of form ${version:org.eclipse.jdt.core}.${buildNumber}.

Group: nz.co.gregs Artifact: dbvolution-eclipse
Show all versions Show documentation Show source 
 

0 downloads
Artifact dbvolution-eclipse
Group nz.co.gregs
Version 3.8.3.3
Last update 23. October 2013
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bridge from group net.sf.btb (version 1.3.1)

Bridge to Babylon is a lightweight object relational mapper. The main goal of this library is simplicity. It is intended to be used with POJOs without the need of external XML mapping definition or any kind of annotation. This approache makes Bridge to Babylon the best compromize between simplicity (no xml mapping) and light library footprint: You don't use annotations so you don't have to deploy Bridge to Babylon along with your jars on remote clients.

Group: net.sf.btb Artifact: bridge
Show all versions Show documentation Show source 
 

0 downloads
Artifact bridge
Group net.sf.btb
Version 1.3.1
Last update 09. September 2013
Organization not specified
URL http://btb.sourceforge.net/
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jiron from group net.jalg (version 1.0)

jiron is a library for working with encapsulated tokens. Encapsulated tokens can be used to encrypt and sign arbitrary messages, pass them around in untrusted environments (e.g. the Web), receive them back and still be sure that noone has seen or modified the original token. This is useful for authentication tokens, e.g. in the context of authorization delegation or cookie-based Web authentication.

Group: net.jalg Artifact: jiron
Show documentation Show source 
 

0 downloads
Artifact jiron
Group net.jalg
Version 1.0
Last update 13. August 2013
Organization not specified
URL https://github.com/algermissen/jiron
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sspace from group edu.ucla.sspace (version 2.0.4)

The S-Space Package is a Natural Language Processing library for distributional semantics representations. Distributional semantics representations model the meaning of words, phrases, and sentences as high dimensional vectors or probability distributions. The library includes common algorithms such as Latent Semantic Analysis, Random Indexing, and Latent Dirichlet Allocation. The S-Space package also includes software libraries for matrices, vectors, graphs, and numerous clustering algorithms.

Group: edu.ucla.sspace Artifact: sspace
Show all versions Show documentation Show source 
 

1 downloads
Artifact sspace
Group edu.ucla.sspace
Version 2.0.4
Last update 10. August 2013
Organization not specified
URL http://fozziethebeat.github.com/S-Space
License GNU General Public License 2
Dependencies amount 1
Dependencies trove4j,
There are maybe transitive dependencies!

org.ow2.sat4j.csp from group org.ow2.sat4j (version 2.3.5)

Group: org.ow2.sat4j Artifact: org.ow2.sat4j.csp
Show all versions Show documentation Show source 
 

1 downloads
Artifact org.ow2.sat4j.csp
Group org.ow2.sat4j
Version 2.3.5
Last update 25. May 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies org.ow2.sat4j.pb, org.ow2.sat4j.csp.xmlparser, js,
There are maybe transitive dependencies!

org.ow2.sat4j.csp.xmlparser from group org.ow2.sat4j (version 2.3.5)

Group: org.ow2.sat4j Artifact: org.ow2.sat4j.csp.xmlparser
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.ow2.sat4j.csp.xmlparser
Group org.ow2.sat4j
Version 2.3.5
Last update 25. May 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
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!

pallet-jclouds from group org.cloudhoist (version 1.5.2)

A provider for using Pallet with jclouds. jclouds is a library allowing uniform access to multiple clouds. Pallet is a platform for agile and programmatic automation of infrastructure in the cloud, on server racks or directly on virtual machines. Pallet provides cloud provider and operating system independence, and allows for an unprecedented level of customization.

Group: org.cloudhoist Artifact: pallet-jclouds
Show all versions Show documentation Show source 
 

0 downloads
Artifact pallet-jclouds
Group org.cloudhoist
Version 1.5.2
Last update 22. February 2013
Organization not specified
URL http://palletops.com
License not specified
Dependencies amount 3
Dependencies clojure, jclouds-compute, jclouds-blobstore,
There are maybe transitive dependencies!

javafx-deploy-lib from group com.zenjava (version 1.2)

The JavaFX Deploy Lib provides a core functionality for assembling JavaFX applications. It is build-tool independent and is intended to be used as a base to build plugins for Maven, Gradle and other third party tools. It is a direct replacement for the 'JavaFX packaging' library that comes with the JDK but without the limitations that come from being bundled in the JDK.

Group: com.zenjava Artifact: javafx-deploy-lib
Show all versions Show documentation Show source 
 

2 downloads
Artifact javafx-deploy-lib
Group com.zenjava
Version 1.2
Last update 14. February 2013
Organization not specified
URL https://github.com/zonski/javafx-deploy-lib
License GNU General Public License (GPL)
Dependencies amount 1
Dependencies velocity,
There are maybe transitive dependencies!

glue-core from group de.ovgu.dke.glue (version 0.2.2)

GLUE is a Java library that simplifies asynchronous communication between heterogeneous software components. It supports various exchangeable transport protocols such that data can be easily transmitted in every situation: within a single Java virtual machine (in-memory); over the wire (IP socket); or even within a chat procolol (XMPP).

Group: de.ovgu.dke.glue Artifact: glue-core
Show documentation Show source 
 

1 downloads
Artifact glue-core
Group de.ovgu.dke.glue
Version 0.2.2
Last update 11. February 2013
Organization not specified
URL https://projects.dke-research.de/redmine/projects/glue/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies jcip-annotations,
There are maybe transitive dependencies!



Page 5495 from 5533 (items total 55322)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy