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