Most up-to-date version of the java “Clearthought” TableLayout project

一笑奈何 提交于 2019-12-07 12:16:28

问题


What is the status of the java "Clearthought" TableLayout project?

is it still being maintained?

what is its most up-to-date website?

old page: http://www.clearthought.info/sun/products/jfc/tsc/articles/tablelayout/

not working: https://tablelayout.dev.java.net/

maven repository with 2005 version: http://mvnrepository.com/artifact/tablelayout/TableLayout/20050920

any other more up-to-date page?


回答1:


It seems that the author abandoned the project. So I decided to bring it back to life: change the build system from ant to maven, split the project into core code and examples, etc.

Maven coordinates of the latest version:

<dependency>
  <groupId>info.clearthought</groupId>
  <artifactId>table-layout</artifactId>
  <version>4.2</version>
</dependency>

This release is completely identical to the last old release in Maven Central with exception of 2 bugfixes.

You can check this for more information. Feel free to contribute or improve



来源:https://stackoverflow.com/questions/16255371/most-up-to-date-version-of-the-java-clearthought-tablelayout-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!