filesystem-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.sifisofakude.filesystem</groupId>
<artifactId>filesystem-common</artifactId>
<version>0.3.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://apache.org"
xmlns:xsi="http://w3.org"
xsi:schemaLocation="http://apache.org http://apache.org">
<modelVersion>4.0.0</modelVersion>
<name>filesystem-common-jvm</name>
<description>
Lightweight multiplatform filesystem library for JVM and Android.
</description>
<groupId>io.github.sifisofakude.filesystem</groupId>
<artifactId>filesystem-common</artifactId>
<packaging>jar</packaging>
<version>0.3.1</version>
<dependencies>
<!-- Module dependencies go here -->
</dependencies>
<url>https://github.com/sifisofakude/filesystem</url>
<licenses>
<license>
<name>The MIT License</name>
<url>http://opensource.org/licenses/mit</url>
</license>
</licenses>
<developers>
<developer>
<name>Sifiso Fakude</name>
<email>sifisofakude404@gmail.com</email>
<organization>Sifiso Fakude</organization>
<organizationUrl>https://github.com/sifisofakude/filesystem</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://://github.com/sifisofakude/filesystem.git</connection>
<developerConnection>scm:git:ssh://github.com:sifisofakude/filesystem.git</developerConnection>
<url>https://github.com/sifisofakude/filesystem.git</url>
</scm>
</project>