MVN

net.atomcode : bearing

Maven & Gradle

Mar 03, 2015
29 stars

Bearing · Android location acquisition. Simplified.

<dependency>
    <groupId>net.atomcode</groupId>
    <artifactId>bearing</artifactId>
    <version>2.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.atomcode : bearing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.6

All Versions

Choose a version of net.atomcode : bearing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
bearing-2.2.6
bearing-2.2.5
bearing-2.2.4
bearing-2.2.3

How to add a dependency to Maven

Add the following net.atomcode : bearing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.atomcode</groupId>
    <artifactId>bearing</artifactId>
    <version>2.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.atomcode : bearing gradle dependency to your build.gradle file:

implementation 'net.atomcode:bearing:2.2.6'

Gradle Kotlin DSL: Add the following net.atomcode : bearing gradle kotlin dependency to your build.gradle.kts file:

implementation("net.atomcode:bearing:2.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.atomcode : bearing sbt scala dependency to your build.sbt file:

libraryDependencies += "net.atomcode" % "bearing" % "2.2.6"

Advertisement