GroupId | GroupIdtech.navicore |
---|---|
ArtifactId | ArtifactIdnavipath_2.13 |
Version | Version4.1.1 |
Type | Typejar |
Filename | Size |
---|---|
navipath_2.13-4.1.1.pom | |
navipath_2.13-4.1.1.jar | 185 KB |
navipath_2.13-4.1.1-sources.jar | 16 KB |
navipath_2.13-4.1.1-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>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.navicore/navipath_2.13/
implementation 'tech.navicore:navipath_2.13:4.1.1'
// https://jarcasting.com/artifacts/tech.navicore/navipath_2.13/
implementation ("tech.navicore:navipath_2.13:4.1.1")
'tech.navicore:navipath_2.13:jar:4.1.1'
<dependency org="tech.navicore" name="navipath_2.13" rev="4.1.1">
<artifact name="navipath_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.navicore', module='navipath_2.13', version='4.1.1')
)
libraryDependencies += "tech.navicore" % "navipath_2.13" % "4.1.1"
[tech.navicore/navipath_2.13 "4.1.1"]