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