All Downloads are FREE. Search and download functionalities are using the official Maven repository.

derepositories.mybatis-auxiliary-core.1.0.source-code.pom.xml Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
<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/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>mybatis-auxiliary</artifactId>
        <groupId>com.github.coderepositories</groupId>
        <version>1.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>mybatis-auxiliary-core</artifactId>
    <packaging>jar</packaging>

    <name>mybatis-auxiliary-core</name>
    <url>http://maven.apache.org</url>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
    </dependencies>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy