Download the latest version of TIC
This is the latest version of TIC (3.0.2-208 beta) which was released on 2018-02-26 15:10:00.0.
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-3.0.2.zip |
---|---|
Complete binary only | TIC complete-3.0.2-bin.zip |
[Browse source codes] [Browse JavaDoc]
Single component downloads
The following components are associated with version 3.0.2. Components that were updated in this version are shown in bold.
Component | Module binary JAR | Module sources |
---|---|---|
Core | core-3.0.1.jar | core-3.0.1-source.zip |
Swing | swing-3.0.2.jar | swing-3.0.2-source.zip |
SWT | swt-3.0.0.jar | swt-3.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>3.0.1</version> </dependency> <dependency> <groupId>info.bioinfweb.tic</groupId> <artifactId>tic-swing</artifactId> <version>3.0.2</version> </dependency> <dependency> <groupId>info.bioinfweb.tic</groupId> <artifactId>tic-swt</artifactId> <version>3.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
- New version of swing module.
Swing
- Bug fix: SwingComponentTools now lays out subcomponents when the size is assigned.
Previous versions
The following links lead you to lists of all releases of the different components.