Download version 1.0.0 of bioinfweb.commons.java
You are downloading an older version (1.0.0-282 beta) of bioinfweb.commons.java which was released on 2014-09-28 23:20:00.0 The latest version can be found here.
License
bioinfweb.commons.java is distributed under GNU General Public License. Copyright (C) 2008-2011, 2013-2018 by Ben Stöver and Sarah Wiechers. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.
By downloading bioinfweb.commons.java you agree with the License. Please read it carefully.
Note that the releases 2.0.0 and later are distributed under GNU Lesser General Public License instead.
Downloads
Complete download
The complete download contains the classes of all components associated with this release.
Complete binary only | bioinfweb.commons.java complete-1.0.0-bin.zip |
---|---|
Source codes | bioinfweb.commons.java complete-1.0.0-source.zip |
JavaDocs | bioinfweb.commons.java complete-1.0.0-docs.zip |
Single component downloads
The following components are associated with version 1.0.0. Components that were updated in this version are shown in bold.
Component | Module binary JAR |
---|---|
Core | core-1.0.0.jar |
Applet | applet-1.0.0.jar |
Testing | testing-1.0.0.jar |
Servlet | servlet-1.0.0.jar |
SQL | sql-1.0.0.jar |
Swing | swing-1.0.0.jar |
SWT | swt-1.0.0.jar |
TIC | tic-1.0.0.jar |
Experimental | experimental-1.0.0.jar |
Subversion
Developers can also check out the source codes directly from the subversion repository under https://secure.bioinfweb.info/Code/svn/commons.java/trunk/main/.
Maven
Developers can use the following code to add dependencies for the modules of bioinfweb.commons.java to their Maven project.
Dependencies
<dependency> <groupId>info.bioinfweb.commons.java</groupId> <artifactId>bioinfweb-commons-java-core</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>info.bioinfweb.commons.java</groupId> <artifactId>bioinfweb-commons-java-applet</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>info.bioinfweb.commons.java</groupId> <artifactId>bioinfweb-commons-java-testing</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>info.bioinfweb.commons.java</groupId> <artifactId>bioinfweb-commons-java-servlet</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>info.bioinfweb.commons.java</groupId> <artifactId>bioinfweb-commons-java-sql</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>info.bioinfweb.commons.java</groupId> <artifactId>bioinfweb-commons-java-swing</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>info.bioinfweb.commons.java</groupId> <artifactId>bioinfweb-commons-java-swt</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>info.bioinfweb.commons.java</groupId> <artifactId>bioinfweb-commons-java-tic</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>info.bioinfweb.commons.java</groupId> <artifactId>bioinfweb-commons-java-experimental</artifactId> <version>1.0.0</version> </dependency>
Repository
<repository> <id>bioinfweb-maven-repo</id> <name>bioinfweb repository</name> <url>http://bioinfweb.info/MavenRepository/</url> </repository>
Changes in this version
- Initial release of Complete.
Core
- Initial release of Core.
Applet
- Initial release of Applet.
Testing
- Initial release of Testing.
Servlet
- Initial release of Servlet.
SQL
- Initial release of SQL.
Swing
- Initial release of Swing.
SWT
- Initial release of SWT.
TIC
- Initial release of TIC (toolkit independent components).
Experimental
- Initial release of Experimental.
Other versions
The following links lead you to lists of all releases of the different components.