GroupId | GroupIdau.csiro.pathling |
---|---|
ArtifactId | ArtifactIdpathling |
Version | Version5.1.0 |
Type | Typepom |
Filename | Size |
---|---|
pathling-5.1.0.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.csiro.pathling/pathling/ -->
<dependency>
<groupId>au.csiro.pathling</groupId>
<artifactId>pathling</artifactId>
<version>5.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/au.csiro.pathling/pathling/
implementation 'au.csiro.pathling:pathling:5.1.0'
// https://jarcasting.com/artifacts/au.csiro.pathling/pathling/
implementation ("au.csiro.pathling:pathling:5.1.0")
'au.csiro.pathling:pathling:pom:5.1.0'
<dependency org="au.csiro.pathling" name="pathling" rev="5.1.0">
<artifact name="pathling" type="pom" />
</dependency>
@Grapes(
@Grab(group='au.csiro.pathling', module='pathling', version='5.1.0')
)
libraryDependencies += "au.csiro.pathling" % "pathling" % "5.1.0"
[au.csiro.pathling/pathling "5.1.0"]