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