Maven Repository - POM file for Scala fileutil_2.11 1.1.1 1.1.1

Summary

FileUtil.

Simple Scala enrichtments for java.io.File.

Declaration

Here is the list of declaration for fileutil_2.11. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>de.sciss</groupId>
   <artifactId>fileutil_2.11</artifactId>
   <version>1.1.1</version>
</dependency>

If you think this Maven repository POM file listing for fileutil_2.11 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:LGPL v2.1+
URL: http://www.gnu.org/licenses/lgpl-2.1.txt.

Depends on

The fileutil_2.11-1.1.1 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Scalascala-library 2.11.0
Standard library for the Scala Programming Language
192




Packages

The following packages are defined in the fileutil_2.11-1.1.1.jar

de.sciss.file

POM File Source

Here is the content of the POM file.

<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>de.sciss</groupId>
    <artifactId>fileutil_2.11</artifactId>
    <packaging>jar</packaging>
    <description>Simple Scala enrichtments for java.io.File</description>
    <url>https://github.com/Sciss/FileUtil</url>
    <version>1.1.1</version>
    <licenses>
        <license>
            <name>LGPL v2.1+</name>
            <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>FileUtil</name>
    <organization>
        <name>de.sciss</name>
        <url>https://github.com/Sciss/FileUtil</url>
    </organization>
    <scm>
        <url>git@github.com:Sciss/FileUtil.git</url>
        <connection>scm:git:git@github.com:Sciss/FileUtil.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.0</version>
        </dependency>
    </dependencies>
</project>