<dependency>
<groupId>com.ibeetl</groupId>
<artifactId>beetl-ext</artifactId>
<version>3.14.1.RELEASE</version>
</dependency>
<parent> <groupId>com.ibeetl</groupId> <artifactId>beetl-parent</artifactId> <version>3.14.1.RELEASE</version> </parent>
compile
|-- com.ibeetl:beetl-core:3.14.1.RELEASE
provided
|-- com.github.ben-manes.caffeine:caffeine:2.9.2
|-- org.apache.commons:commons-lang3:3.3.2