GroupId | GroupIdcom.github.oc-soft |
---|---|
ArtifactId | ArtifactIdoc-path |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
oc-path-0.1.0.pom | |
oc-path-0.1.0-sources.jar | 6 KB |
oc-path-0.1.0-javadoc.jar | 538 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.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"]