core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.humanfs</groupId>
<artifactId>core</artifactId>
<version>0.19.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm.at.humanfs</groupId>
<artifactId>core</artifactId>
<version>0.19.2</version>
<name>humanfs core</name>
<description>The core of the humanfs library.</description>
<url>https://github.com/humanwhocodes/humanfs#readme</url>
<organization>
<name>Nicholas C. Zakas</name>
<url>https://github.com/humanwhocodes/humanfs#readme</url>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
</license>
</licenses>
<developers>
<developer>
<name>nzakas</name>
<email>nicholas@nczconsulting.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/humanwhocodes/humanfs.git</connection>
<developerConnection>https://github.com/humanwhocodes/humanfs.git</developerConnection>
<url>https://github.com/humanwhocodes/humanfs</url>
</scm>
<issueManagement>
<url>https://github.com/humanwhocodes/humanfs/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.humanfs-types.version>[0.15.0,0.16)</org.mvnpm.at.humanfs-types.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.humanfs</groupId>
<artifactId>types</artifactId>
<version>${org.mvnpm.at.humanfs-types.version}</version>
</dependency>
</dependencies>
</project>