is not current version
Last Version 0.1.3

com.github.oc-soft:oc-path 0.1.0

kotlin path library

GroupId

GroupId

com.github.oc-soft
ArtifactId

ArtifactId

oc-path
Version

Version

0.1.0
Type

Type

pom

Download oc-path 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.oc-soft/oc-path/ -->
<dependency>
    <groupId>com.github.oc-soft</groupId>
    <artifactId>oc-path</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oc-soft/oc-path/
implementation 'com.github.oc-soft:oc-path:0.1.0'
// https://jarcasting.com/artifacts/com.github.oc-soft/oc-path/
implementation ("com.github.oc-soft:oc-path:0.1.0")
'com.github.oc-soft:oc-path:pom:0.1.0'
<dependency org="com.github.oc-soft" name="oc-path" rev="0.1.0">
  <artifact name="oc-path" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.oc-soft', module='oc-path', version='0.1.0')
)
libraryDependencies += "com.github.oc-soft" % "oc-path" % "0.1.0"
[com.github.oc-soft/oc-path "0.1.0"]