MVN

com.swiftnav : sbp

Maven & Gradle

Jul 20, 2023
70 stars

libsbp · Swift binary protocol client libraries

<dependency>
    <groupId>com.swiftnav</groupId>
    <artifactId>sbp</artifactId>
    <version>4.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.swiftnav : sbp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.17.0

All Versions

Choose a version of com.swiftnav : sbp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.17.x
sbp-4.17.0
4.16.x
sbp-4.16.0
4.14.x
sbp-4.14.0
4.13.x
sbp-4.13.0-1-g7700fcee
4.12.x
sbp-4.12.0
4.11.x
sbp-4.11.0
4.10.x
sbp-4.10.0-1-g7501110f
4.8.x
sbp-4.8.0
4.7.x
sbp-4.7.0
4.5.x
sbp-4.5.0-1-g1a7df5a3
4.4.x
sbp-4.4.0
4.3.x
sbp-4.3.0-14-g1403d762
sbp-4.3.0
4.2.x
sbp-4.2.0
1.0.x
sbp-1.0.0

How to add a dependency to Maven

Add the following com.swiftnav : sbp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.swiftnav</groupId>
    <artifactId>sbp</artifactId>
    <version>4.17.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.swiftnav : sbp gradle dependency to your build.gradle file:

implementation 'com.swiftnav:sbp:4.17.0'

Gradle Kotlin DSL: Add the following com.swiftnav : sbp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.swiftnav:sbp:4.17.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.swiftnav : sbp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.swiftnav" % "sbp" % "4.17.0"