Files download
File Operation
path_provider-0.0.5.pom download
Apache Maven
<dependency>
  <groupId>io.github.tozmart</groupId>
  <artifactId>path_provider</artifactId>
  <version>0.0.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.tozmart:path_provider:0.0.5'
Gradle Kotlin
implementation("io.github.tozmart:path_provider:0.0.5")
Scala SBT
libraryDependencies += "io.github.tozmart" % "path_provider" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.tozmart', module='path_provider', version='0.0.5')
)
Apache Ivy
<dependency org="io.github.tozmart" name="path_provider" rev="0.0.5" />
Leiningen
[io.github.tozmart/path_provider "0.0.5"]
Apache Buildr
'io.github.tozmart:path_provider:jar:0.0.5'