Files download
File Operation
java-path-0.2.2.jar download
java-path-0.2.2.pom download
java-path-0.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aegisql</groupId>
  <artifactId>java-path</artifactId>
  <version>0.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.aegisql:java-path:0.2.2'
Gradle Kotlin
implementation("com.aegisql:java-path:0.2.2")
Scala SBT
libraryDependencies += "com.aegisql" % "java-path" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.aegisql', module='java-path', version='0.2.2')
)
Apache Ivy
<dependency org="com.aegisql" name="java-path" rev="0.2.2" />
Leiningen
[com.aegisql/java-path "0.2.2"]
Apache Buildr
'com.aegisql:java-path:jar:0.2.2'