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

META-INF.maven.net.thk-systems.network.galangal.pom.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>net.thk-systems.network</groupId>
    <artifactId>galangal</artifactId>
    <packaging>jar</packaging>
    <version>1.4.5</version>
    <name>galangal</name>

    <parent>
        <groupId>net.thk-systems</groupId>
        <artifactId>tksparent</artifactId>
        <version>1.27.0</version>
    </parent>

    <url>https://github.com/ThK-Systems/galangal</url>

    <dependencies>
        <!-- TEST -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>

        <!-- OTHER COMMONS -->
        <dependency>
            <groupId>net.thk-systems.commons</groupId>
            <artifactId>cumin</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-text</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>
            <artifactId>commons-codec</artifactId>
        </dependency>

        <!-- LOGGING (provided) -->
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <scope>provided</scope>
        </dependency>

        <!-- JSCH -->
        <dependency>
            <groupId>com.github.mwiede</groupId>
            <artifactId>jsch</artifactId>
        </dependency>

    </dependencies>

    <description>sftp client</description>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy