GroupId | GroupIdtech.navicore |
---|---|
ArtifactId | ArtifactIdnavixpath |
Version | Version0.9.19 |
Type | Typejar |
Filename | Size |
---|---|
navixpath-0.9.19.pom | |
navixpath-0.9.19.jar | 424 KB |
navixpath-0.9.19-sources.jar | 574 KB |
navixpath-0.9.19-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.navicore/navixpath/ -->
<dependency>
<groupId>tech.navicore</groupId>
<artifactId>navixpath</artifactId>
<version>0.9.19</version>
</dependency>
// https://jarcasting.com/artifacts/tech.navicore/navixpath/
implementation 'tech.navicore:navixpath:0.9.19'
// https://jarcasting.com/artifacts/tech.navicore/navixpath/
implementation ("tech.navicore:navixpath:0.9.19")
'tech.navicore:navixpath:jar:0.9.19'
<dependency org="tech.navicore" name="navixpath" rev="0.9.19">
<artifact name="navixpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.navicore', module='navixpath', version='0.9.19')
)
libraryDependencies += "tech.navicore" % "navixpath" % "0.9.19"
[tech.navicore/navixpath "0.9.19"]