License |
License
ISC
|
---|---|
GroupId | GroupIdcom.github.oc-soft |
ArtifactId | ArtifactIdoc-path |
Version | Version0.1.3 |
Type | Typepom |
Description |
Descriptionoc-path
kotlin path library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oc-path-0.1.3.pom | |
oc-path-0.1.3-sources.jar | 6 KB |
oc-path-0.1.3-javadoc.jar | 533 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.oc-soft/oc-path/ -->
<dependency>
<groupId>com.github.oc-soft</groupId>
<artifactId>oc-path</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oc-soft/oc-path/
implementation 'com.github.oc-soft:oc-path:0.1.3'
// https://jarcasting.com/artifacts/com.github.oc-soft/oc-path/
implementation ("com.github.oc-soft:oc-path:0.1.3")
'com.github.oc-soft:oc-path:pom:0.1.3'
<dependency org="com.github.oc-soft" name="oc-path" rev="0.1.3">
<artifact name="oc-path" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.oc-soft', module='oc-path', version='0.1.3')
)
libraryDependencies += "com.github.oc-soft" % "oc-path" % "0.1.3"
[com.github.oc-soft/oc-path "0.1.3"]