Introduction
coodex libraries是一组小工具集,包含有
coodex-utilitiescoodex-utilities-servletshared-cacheshared-cache-jedisshared-cache-memcached
coodex-mock-speccoodex-mock-implcoodex-billingcoodex-renderer-freemarker
以上模块使用相同版本号发布,当前版本为0.5.0-SNAPSHOT,在本文档中,统一使用${coodex.libraries.version}代替,使用者可自行在pom.xml中定义此变量。
使用依赖管理的工程,可以在依赖管理中import构件清单模块:
<dependency>
<groupId>org.coodex</groupId>
<artifactId>coodex-bom</artifactId>
<version>${coodex.libraries.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>