Firefly 3.0.3 稳定版发布,Firefly 3.0.3 修复了20多处bug,增强了框架的性能,并提供了更完善的文档和例子程序,文档地址:http://www.fireflysource.com/docs/firefly-guide.html 。 现在Firefly已经提交到Apache Central Repository:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | < dependency >
< groupId >com.fireflysource</ groupId >
< artifactId >firefly-common</ artifactId >
< version >3.0.3</ version >
</ dependency >
< dependency >
< groupId >com.fireflysource</ groupId >
< artifactId >firefly-template</ artifactId >
< version >3.0.3</ version >
</ dependency >
< dependency >
< groupId >com.fireflysource</ groupId >
< artifactId >firefly-nettool</ artifactId >
< version >3.0.3</ version >
</ dependency >
< dependency >
< groupId >com.fireflysource</ groupId >
< artifactId >firefly</ artifactId >
< version >3.0.3</ version >
</dependency
|
|