Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is MyBatis's Javadoc?

Tags:

mybatis

I download MyBatis's and there's a mybatis-3.0.4-javadoc.jar in the folder, I extract and open it, but it's nearly empty.

Where can I find the API doc of MyBatis?

like image 344
Hesey Avatar asked Mar 13 '11 05:03

Hesey


2 Answers

http://repo1.maven.org/maven2/org/mybatis/mybatis/3.0.4/mybatis-3.0.4-javadoc.jar

Also for earlier versions.

like image 73
Tomasz Nurkiewicz Avatar answered Oct 05 '22 10:10

Tomasz Nurkiewicz


http://mybatis.github.io/mybatis-3/apidocs/reference/packages.html

Forget the other answers, this is what you're looking for.

like image 23
einnocent Avatar answered Oct 05 '22 10:10

einnocent