path
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.ginvavilon.traghentto</groupId>
<artifactId>path</artifactId>
<version>0.6.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.ginvavilon.traghentto</groupId>
<artifactId>path</artifactId>
<version>0.6.2</version>
<dependencies>
<dependency>
<groupId>com.github.ginvavilon.traghentto</groupId>
<artifactId>base</artifactId>
<version>0.6.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>Tragnetto-Path</name>
<description>Interfaces for join sources of fiiles as files sytem, zip, http</description>
<inceptionYear>2018</inceptionYear>
<url>https://github.com/GinVavilon/traghetto-source</url>
<scm>
<url>https://github.com/GinVavilon/traghetto-source</url>
</scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/license/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>ginVavilon</id>
<name>Vladimir Baraznovsky</name>
<email>ginVavilon@gmail.com</email>
</developer>
</developers>
</project>