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

i.Porter-UIBinder-FX.1.0.5-beta1.source-code.pom.xml Maven / Gradle / Ivy

There is a newer version: 1.0.5-final1
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>OftenPorter</artifactId>
        <groupId>com.xishankeji</groupId>
        <version>1.0.5-beta1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>Porter-UIBinder-FX</artifactId>
    <packaging>jar</packaging>

    <name>Porter-UIBinder-FX</name>
    <url>http://maven.apache.org</url>

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

    <dependencies>
        <dependency>
            <groupId>${project.parent.groupId}</groupId>
            <artifactId>Porter-UIBinder</artifactId>
            <version>${project.parent.version}</version>
        </dependency>

        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <build>

    </build>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy