请问,哪里可以找到TKmybatis 2.1.5版本的API文档啊

最近在做一个springboot的项目,数据层框架引入的是tk.mybatis 2.1.5的版本。但是不熟悉其中的API和其他功能,有点类似hibernate,但是相差太大。
请问,哪里可以找到TKmybatis 2.1.5版本的API文档啊


```xml
<!--通用mapper起步依赖tk_mybatis-->
        <!-- https://mvnrepository.com/artifact/tk.mybatis/mapper -->
        <dependency>
            <groupId>tk.mybatis</groupId>
            <artifactId>mapper</artifactId>
            <version>4.1.5</version>
        </dependency>
        <!-- https://mvnrepository.com/artifact/tk.mybatis/mapper-spring-boot-starter -->
        <dependency>
            <groupId>tk.mybatis</groupId>
            <artifactId>mapper-spring-boot-starter</artifactId>
            <version>2.1.5</version>
        </dependency>

```

https://gitee.com/free/Mapper/wikis/1.1-java?parent=1.integration
这个就是官方的wiki文档