pluggable-annotation-api-processor-mybatis-flex
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.x-horizon</groupId> <artifactId>pluggable-annotation-api-processor-mybatis-flex</artifactId> <version>1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.x-horizon</groupId> <artifactId>pluggable-annotation-api-processor-mybatis-flex</artifactId> <version>1.0</version> <name>pluggable-annotation-api-processor-mybatis-flex</name> <description>A description of what my library does.</description> <url>https://github.com/x-horizon/library-java</url> <inceptionYear>2022</inceptionYear> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>http://www.apache.org/licenses/LICENSE-2.0.txt</distribution> </license> </licenses> <developers> <developer> <id>jimmy</id> <name>jimmy</name> <email>wjmwss@outlook.com</email> <url>https://gitee.com/wjmwss</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/x-horizon/library-java.git</connection> <developerConnection>scm:git:ssh://https://github.com/x-horizon/library-java.git</developerConnection> <url>https://github.com/x-horizon/library-java</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>io.github.x-horizon</groupId> <artifactId>bom</artifactId> <version>1.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.github.x-horizon</groupId> <artifactId>tool-lang</artifactId> <version>1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.mybatis-flex</groupId> <artifactId>mybatis-flex-annotation</artifactId> <scope>compile</scope> </dependency> </dependencies> </project>