MyBatis.
The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over objec....
Here is the list of declaration for mybatis. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.2.6</version> </dependency>
If you think this Maven repository POM file listing for mybatis is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Apache License.
The mybatis-3.2.6 has 16 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Service | ognl 2.6.9 OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. | 61 |
Log | slf4j-api 1.7.5 The slf4j API | 610 |
Log | slf4j-log4j12 1.7.5 SLF4J LOG4J-12 Binding | 51 |
Log | log4j 1.2.17 Apache Log4j 1.2 | 440 |
Log | log4j-core 2.0-rc1 The Log4j Implementation | 5 |
Log | commons-logging 1.1.1 Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. | 1143 |
File | javassist 3.17.1-GA Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java. | 19 |
JUnit | junit 4.11 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 2031 |
Database | hsqldb 2.2.9 HSQLDB - Lightweight 100% Java SQL Database Engine | 137 |
JDBC | derby 10.9.1.0 Contains the core Apache Derby database engine, which also includes the embedded JDBC driver. | 31 |
Testing Mock | mockito-core 1.9.5 Mock objects library for java | 429 |
Database | commons-dbcp 1.4 Commons Database Connection Pooling | 157 |
Template | velocity 1.7 Apache Velocity is a general purpose template engine. | 140 |
The following plugins are used in the mybatis-3.2.6.jar
The following packages are defined in the mybatis-3.2.6.jar
org.apache.ibatis.annotations org.apache.ibatis.binding org.apache.ibatis.builder org.apache.ibatis.builder.annotation org.apache.ibatis.builder.xml org.apache.ibatis.cache org.apache.ibatis.cache.decorators org.apache.ibatis.cache.impl org.apache.ibatis.datasource org.apache.ibatis.datasource.jndi org.apache.ibatis.datasource.pooled org.apache.ibatis.datasource.unpooled org.apache.ibatis.exceptions org.apache.ibatis.executor org.apache.ibatis.executor.keygen org.apache.ibatis.executor.loader org.apache.ibatis.executor.loader.cglib org.apache.ibatis.executor.loader.javassist org.apache.ibatis.executor.parameter org.apache.ibatis.executor.result org.apache.ibatis.executor.resultset org.apache.ibatis.executor.statement org.apache.ibatis.io org.apache.ibatis.jdbc org.apache.ibatis.logging org.apache.ibatis.logging.commons org.apache.ibatis.logging.jdbc org.apache.ibatis.logging.jdk14 org.apache.ibatis.logging.log4j org.apache.ibatis.logging.log4j2 org.apache.ibatis.logging.nologging org.apache.ibatis.logging.slf4j org.apache.ibatis.logging.stdout org.apache.ibatis.mapping org.apache.ibatis.ognl org.apache.ibatis.parsing org.apache.ibatis.plugin org.apache.ibatis.reflection org.apache.ibatis.reflection.factory org.apache.ibatis.reflection.invoker org.apache.ibatis.reflection.property org.apache.ibatis.reflection.wrapper org.apache.ibatis.scripting org.apache.ibatis.scripting.defaults org.apache.ibatis.scripting.xmltags org.apache.ibatis.session org.apache.ibatis.session.defaults org.apache.ibatis.transaction org.apache.ibatis.transaction.jdbc org.apache.ibatis.transaction.managed org.apache.ibatis.type
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2009-2014 the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.mybatis</groupId> <artifactId>mybatis-parent</artifactId> <version>21</version> </parent> <artifactId>mybatis</artifactId> <version>3.2.6</version> <packaging>jar</packaging> <name>MyBatis</name> <description> The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools. </description> <url>http://www.mybatis.org/core/</url> <contributors> <contributor> <name>Adam Gent</name> <email>adam.gent@evocatus.com</email> </contributor> <contributor> <name>Andrea Selva</name> <email>selva.andre@gmail.com</email> </contributor> <contributor> <name>Antonio S?nchez</name> <email>juntandolineas@gmail.com</email> </contributor> <contributor> <name>Arkadi Shishlov</name> <email>arkadi.shishlov@gmail.com</email> </contributor> <contributor> <name>Axel Doerfler</name> <email>axel.doerfler@gmail.com</email> </contributor> <contributor> <name>Chris Dadej</name> <email>chris.dadej@gmail.com</email> </contributor> <contributor> <name>Denis Vygovskiy</name> <email>qizant@gmail.com</email> </contributor> <contributor> <name>Franta Mejta</name> <email>mejta@rewor.cz</email> </contributor> <contributor> <name>Jurriaan Pruys</name> <email>jurriaan@pruys.com</email> </contributor> <contributor> <name>Keith Wong</name> <email>wongkwl@gmail.com</email> </contributor> <contributor> <name>Lasse Voss</name> <email>lasse.voss@motor-talk-gmbh.de</email> </contributor> <contributor> <name>Luke Stevens</name> <email>nosuchluke@gmail.com</email> </contributor> <contributor> <name>Paul Krause</name> <email>paulkrause88@alum.mit.edu</email> </contributor> <contributor> <name>Peter Leibiger</name> <email>kuhnroyal@gmail.com</email> </contributor> <contributor> <name>Riccardo Cossu</name> <email>riccardo.cossu@gmail.com</email> </contributor> <contributor> <name>Tom? Neuberg</name> <email>neuberg@m-atelier.cz</email> </contributor> </contributors> <scm> <url>http://github.com/mybatis/mybatis-3</url> <connection>scm:git:ssh://github.com/mybatis/mybatis-3.git</connection> <developerConnection>scm:git:git+ssh://git@github.com/mybatis/mybatis-3.git</developerConnection> <tag>mybatis-3.2.6</tag> </scm> <issueManagement> <system>GitHub Issue Management</system> <url>https://github.com/mybatis/mybatis-3/issues</url> </issueManagement> <ciManagement> <system>Travis CI</system> <url>https://travis-ci.org/mybatis/mybatis-3/</url> </ciManagement> <distributionManagement> <site> <id>github</id> <url>gitsite:git@github.com/mybatis/mybatis-3.git</url> </site> </distributionManagement> <properties> <findbugs.onlyAnalyze>org.apache.ibatis.*</findbugs.onlyAnalyze> <clirr.comparisonVersion>3.2.5</clirr.comparisonVersion> <osgi.export>org.apache.ibatis.*;version=${project.version};-noimport:=true</osgi.export> <osgi.import>!ognl,net.sf.cglib.*;resolution:=optional,javassist.*;resolution:=optional,org.apache.commons.logging.*;resolution:=optional,org.apache.log4j.*;resolution:=optional,org.slf4j.*;resolution:=optional,org.apache.logging.log4j.*;resolution:=optional,*</osgi.import> <osgi.dynamicImport>*</osgi.dynamicImport> <javac.src.version>1.6</javac.src.version> <javac.target.version>1.6</javac.target.version> </properties> <dependencies> <dependency> <groupId>ognl</groupId> <artifactId>ognl</artifactId> <version>2.6.9</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.5</version> <optional>true</optional> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.5</version> <optional>true</optional> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.0-rc1</version> <optional>true</optional> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.1</version> <optional>true</optional> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <version>3.17.1-GA</version> <optional>true</optional> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <version>2.2.2</version> <optional>true</optional> </dependency> <!-- Test dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>2.2.9</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <version>10.9.1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> <version>1.4</version> <scope>test</scope> </dependency> <dependency> <groupId>javax.transaction</groupId> <artifactId>transaction-api</artifactId> <version>1.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> <version>1.7</version> <scope>test</scope> </dependency> <!-- postgresql driver is required to run the refcursor tests --> <dependency> <groupId>postgresql</groupId> <artifactId>postgresql</artifactId> <version>9.1-901.jdbc3</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pdf-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <arguments>-Prelease</arguments> </configuration> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>jarjar-maven-plugin</artifactId> <executions> <execution> <id>jarjar-classes</id> <phase>compile</phase> <goals> <goal>jarjar</goal> </goals> <configuration> <input>{classes}</input> <includes> <include>ognl:ognl</include> </includes> <rules> <rule> <pattern>ognl.**</pattern> <result>org.apache.ibatis.ognl.@1</result> </rule> <keep> <pattern>org.apache.ibatis.**</pattern> </keep> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <configuration> <locales>en,es,ja,fr,zh_CN,ko</locales> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <configuration> <instrumentation> <ignores> <ignore>org.apache.ibatis.ognl.*</ignore> </ignores> <excludes> <exclude>org/apache/ibatis/ognl/**/*.class</exclude> </excludes> </instrumentation> </configuration> <executions> <execution> <goals> <goal>clean</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <forkMode>pertest</forkMode> </configuration> </plugin> </plugins> <resources> <resource> <directory>${basedir}</directory> <targetPath>META-INF</targetPath> <includes> <include>LICENSE</include> <include>NOTICE</include> </includes> </resource> <resource> <directory>${project.build.sourceDirectory}</directory> <excludes> <exclude>**/*.java</exclude> </excludes> </resource> </resources> <testResources> <testResource> <directory>${project.build.testSourceDirectory}</directory> <excludes> <exclude>**/*.java</exclude> </excludes> </testResource> </testResources> </build> <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <configuration> <formats> <format>html</format> <format>xml</format> </formats> </configuration> </plugin> </plugins> </reporting> </project>