MVN

tech.navicore : navipath_2.12

Maven & Gradle

Aug 21, 2022
1 usages
0 stars

NaviPath · NaviPath

<dependency>
    <groupId>tech.navicore</groupId>
    <artifactId>navipath_2.12</artifactId>
    <version>4.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.navicore : navipath_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.3

All Versions

Choose a version of tech.navicore : navipath_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
navipath_2.12-4.1.3
navipath_2.12-4.1.2
navipath_2.12-4.1.1
navipath_2.12-4.1.0
4.0.x
navipath_2.12-4.0.21
navipath_2.12-4.0.20
navipath_2.12-4.0.19
navipath_2.12-4.0.2
navipath_2.12-4.0.1
3.1.x
navipath_2.12-3.1.0
3.0.x
navipath_2.12-3.0.2
navipath_2.12-3.0.1
2.20
navipath_2.12-2.20
2.1.x
navipath_2.12-2.1.0
2.0.x
navipath_2.12-2.0.0
1.0.x
navipath_2.12-1.0.0
0.2.x
navipath_2.12-0.2.0
0.1.x
navipath_2.12-0.1.6
navipath_2.12-0.1.5
navipath_2.12-0.1.3
navipath_2.12-0.1.2
navipath_2.12-0.1.1
navipath_2.12-0.1.0

How to add a dependency to Maven

Add the following tech.navicore : navipath_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.navicore</groupId>
    <artifactId>navipath_2.12</artifactId>
    <version>4.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.navicore : navipath_2.12 gradle dependency to your build.gradle file:

implementation 'tech.navicore:navipath_2.12:4.1.3'

Gradle Kotlin DSL: Add the following tech.navicore : navipath_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.navicore:navipath_2.12:4.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.navicore : navipath_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.navicore" % "navipath_2.12" % "4.1.3"

Advertisement