GroupId | GroupIdtech.navicore |
---|---|
ArtifactId | ArtifactIdnavipath_2.13 |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
navipath_2.13-3.0.2.pom | |
navipath_2.13-3.0.2.jar | 170 KB |
navipath_2.13-3.0.2-sources.jar | 14 KB |
navipath_2.13-3.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.navicore/navipath_2.13/ -->
<dependency>
<groupId>tech.navicore</groupId>
<artifactId>navipath_2.13</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.navicore/navipath_2.13/
implementation 'tech.navicore:navipath_2.13:3.0.2'
// https://jarcasting.com/artifacts/tech.navicore/navipath_2.13/
implementation ("tech.navicore:navipath_2.13:3.0.2")
'tech.navicore:navipath_2.13:jar:3.0.2'
<dependency org="tech.navicore" name="navipath_2.13" rev="3.0.2">
<artifact name="navipath_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.navicore', module='navipath_2.13', version='3.0.2')
)
libraryDependencies += "tech.navicore" % "navipath_2.13" % "3.0.2"
[tech.navicore/navipath_2.13 "3.0.2"]