Download version 2.0.0 of TIC
You are downloading an older version (2.0.0-70 beta) of TIC which was released on 2017-01-17 18:10:00.0 The latest version can be found here.
License
TIC is distributed under GNU Lesser General Public License. Copyright (C) 2014 - 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 Lesser General Public License for more details.
By downloading TIC you agree with the License. Please read it carefully.
Downloads
Complete download
The complete download contains the classes of all components associated with this release.
Complete binary, sources, docs | TIC complete-2.0.0.zip |
---|---|
Complete binary only | TIC complete-2.0.0-bin.zip |
[Browse source codes] [Browse JavaDoc]
Single component downloads
The following components are associated with version 2.0.0. Components that were updated in this version are shown in bold.
Component | Module binary JAR | Module sources |
---|---|---|
Core | core-2.0.0.jar | core-2.0.0-source.zip |
Swing | swing-2.0.0.jar | swing-2.0.0-source.zip |
SWT | swt-2.0.0.jar | swt-2.0.0-source.zip |
Subversion
Developers can also check out the source codes directly from the subversion repository under https://secure.bioinfweb.info/Code/svn/TIC/trunk/main/.
Maven
Developers can use the following code to add dependencies for the modules of TIC to their Maven project.
Dependencies
<dependency> <groupId>info.bioinfweb.tic</groupId> <artifactId>tic-core</artifactId> <version>2.0.0</version> </dependency> <dependency> <groupId>info.bioinfweb.tic</groupId> <artifactId>tic-swing</artifactId> <version>2.0.0</version> </dependency> <dependency> <groupId>info.bioinfweb.tic</groupId> <artifactId>tic-swt</artifactId> <version>2.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
- First release of TIC as a bioinfweb top-level project.
Core
- First release of core module.
Swing
- First release of swing module.
SWT
- First release of swt module.
Other versions
The following links lead you to lists of all releases of the different components.