Download JAR files tagged by java with all dependencies
netlib from group org.silvertunnel-ng (version 0.0.5)
SilverTunnel-NG Netlib is a free library for the Java programming language that implements and
encapsulates all the complex network protocol stuff needed for anonymous communication over the Tor anonymity
network. Netlib can be easily integrated in almost every existing and new Java application. The library requires
Java 1.6/Java SE 6 or a newer version.
The original silvertunnel Netlib can be found here : silvertunnel.org
29 downloads
Artifact netlib
Group org.silvertunnel-ng
Version 0.0.5
Last update 05. March 2016
Organization not specified
URL https://silvertunnel-ng.org
License not specified
Dependencies amount 8
Dependencies org.apache.httpcomponents.httpcore, httpclient, httpclient-android, httpmime, prov, pkix, slf4j-api, android-support,
There are maybe transitive dependencies!
Group org.silvertunnel-ng
Version 0.0.5
Last update 05. March 2016
Organization not specified
URL https://silvertunnel-ng.org
License not specified
Dependencies amount 8
Dependencies org.apache.httpcomponents.httpcore, httpclient, httpclient-android, httpmime, prov, pkix, slf4j-api, android-support,
There are maybe transitive dependencies!
trueupdate from group net.java.trueupdate (version 0.8.1)
A framework for keeping deployed Java enterprise applications up-to-date.
Note that this is commercial open source software covered by the
GNU Affero General Public License version 3 (AGPLv3) - see
http://www.gnu.org/licenses/agpl-3.0-standalone.html .
If you need a quote for using it with software which is not covered by
the AGPLv3, then please contact sales AT schlichtherle DOT de .
Group: net.java.trueupdate Artifact: trueupdate
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact trueupdate
Group net.java.trueupdate
Version 0.8.1
Last update 27. February 2016
Organization not specified
URL https://trueupdate.java.net
License Commercial License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.java.trueupdate
Version 0.8.1
Last update 27. February 2016
Organization not specified
URL https://trueupdate.java.net
License Commercial License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
TOVAL from group de.invation.code (version 1.0.2)
TOVAL comprises a set of java classes for common programming issues. It includes utils for arrays, lists, sets and collections for convenient handling and modification, but also support for mathematic definitions concerning logic (clauses + resolution) together with some algorithms for permutations, powersets and resolution. Additionally it contains a number of types for multisets, matrices with object keys and much more.
Artifact TOVAL
Group de.invation.code
Version 1.0.2
Last update 22. January 2016
Organization Institute of Computer Science and Social Studies, Department of Telematics
URL https://github.com/GerdHolz/TOVAL
License bsd_3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group de.invation.code
Version 1.0.2
Last update 22. January 2016
Organization Institute of Computer Science and Social Studies, Department of Telematics
URL https://github.com/GerdHolz/TOVAL
License bsd_3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
com.ibm.sbt.web from group com.ibm.sbt (version 1.1.11.20151208-1200)
0 downloads
Artifact com.ibm.sbt.web
Group com.ibm.sbt
Version 1.1.11.20151208-1200
Last update 08. December 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.ibm.sbt
Version 1.1.11.20151208-1200
Last update 08. December 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jflat from group com.tecacet (version 1.7.0)
JFlat's purpose is to convert flat files to Java Beans and vice versa.
Some supported formats are CSV, fixed-width, arbitrary delimiters, and excel files.
There are also tools to generate Java Beans to/from JDBC and Swing tables.
JFlat is highly extensible and can be adopted to support additional formats.
Artifact jflat
Group com.tecacet
Version 1.7.0
Last update 06. December 2015
Organization TecAceT
URL http://code.google.com/p/jflat/
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies commons-beanutils, joda-time, jxl, poi, poi-ooxml, jodd-bean,
There are maybe transitive dependencies!
Group com.tecacet
Version 1.7.0
Last update 06. December 2015
Organization TecAceT
URL http://code.google.com/p/jflat/
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies commons-beanutils, joda-time, jxl, poi, poi-ooxml, jodd-bean,
There are maybe transitive dependencies!
ff4j-store-terracotta from group org.ff4j (version 1.3.4)
Artifact ff4j-store-terracotta
Group org.ff4j
Version 1.3.4
Last update 30. November 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies ff4j-core, terracotta-toolkit-runtime-ee,
There are maybe transitive dependencies!
Group org.ff4j
Version 1.3.4
Last update 30. November 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies ff4j-core, terracotta-toolkit-runtime-ee,
There are maybe transitive dependencies!
java-flac-encoder from group net.sourceforge.javaflacencoder (version 0.3.7)
javaFlacEncoder is a pure java implementation of a FLAC encoder library. It is designed to allow third-party java applications to enable flac encoding without resorting to use of JNI or scripted file conversions. Additionally, a basic console wav->flac encoding tool is included as part of this package.
Original project can be found here: http://javaflacencoder.sourceforge.net/
Group: net.sourceforge.javaflacencoder Artifact: java-flac-encoder
Show all versions Show documentation Show source
Show all versions Show documentation Show source
217 downloads
Artifact java-flac-encoder
Group net.sourceforge.javaflacencoder
Version 0.3.7
Last update 10. October 2015
Organization not specified
URL https://github.com/amplexus/java-flac-encoder
License GNU LGPL(v2.1)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.sourceforge.javaflacencoder
Version 0.3.7
Last update 10. October 2015
Organization not specified
URL https://github.com/amplexus/java-flac-encoder
License GNU LGPL(v2.1)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
jwebunit from group net.sourceforge.jwebunit (version 3.3)
JWebUnit is a Java framework that facilitates creation of
acceptance tests for web applications. It evolved from a project
where we were using HttpUnit and JUnit to create acceptance
tests. As the tests were being written, they were continuously
refactored to remove duplication and other bad smells in the
test code. JWebUnit is the result of these refactorings.
Group: net.sourceforge.jwebunit Artifact: jwebunit
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jwebunit
Group net.sourceforge.jwebunit
Version 3.3
Last update 08. October 2015
Organization JWebUnit
URL https://jwebunit.github.io/jwebunit/
License LGPL License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.sourceforge.jwebunit
Version 3.3
Last update 08. October 2015
Organization JWebUnit
URL https://jwebunit.github.io/jwebunit/
License LGPL License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
probsolverintegration from group org.overturetool.core.modelcheckers (version 2.3.0)
Group: org.overturetool.core.modelcheckers Artifact: probsolverintegration
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact probsolverintegration
Group org.overturetool.core.modelcheckers
Version 2.3.0
Last update 07. October 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies junit, interpreter, probsolver,
There are maybe transitive dependencies!
Group org.overturetool.core.modelcheckers
Version 2.3.0
Last update 07. October 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies junit, interpreter, probsolver,
There are maybe transitive dependencies!
probsolver from group org.overturetool.core.modelcheckers (version 2.3.0)
Group: org.overturetool.core.modelcheckers Artifact: probsolver
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact probsolver
Group org.overturetool.core.modelcheckers
Version 2.3.0
Last update 07. October 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies ast, typechecker, junit,
There are maybe transitive dependencies!
Group org.overturetool.core.modelcheckers
Version 2.3.0
Last update 07. October 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies ast, typechecker, junit,
There are maybe transitive dependencies!
Page 6021 from 3 (items total 61272)