MVN

au.gov.amsa : sgb-decoder

Maven & Gradle

Nov 24, 2022
2 stars

sgb-decoder · Decodes second generation Beacon detection messages and Beacon 23 Hex IDs

<dependency>
    <groupId>au.gov.amsa</groupId>
    <artifactId>sgb-decoder</artifactId>
    <version>0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of au.gov.amsa : sgb-decoder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.6
  • Latest Alpha: 0.1-alpha2

All Versions

Choose a version of au.gov.amsa : sgb-decoder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
sgb-decoder-0.1.6
sgb-decoder-0.1.5
sgb-decoder-0.1.4
sgb-decoder-0.1.3
sgb-decoder-0.1.2
sgb-decoder-0.1.1
sgb-decoder-0.1.0
0.1
sgb-decoder-0.1-alpha2
sgb-decoder-0.1-alpha1

How to add a dependency to Maven

Add the following au.gov.amsa : sgb-decoder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>au.gov.amsa</groupId>
    <artifactId>sgb-decoder</artifactId>
    <version>0.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following au.gov.amsa : sgb-decoder gradle dependency to your build.gradle file:

implementation 'au.gov.amsa:sgb-decoder:0.1.6'

Gradle Kotlin DSL: Add the following au.gov.amsa : sgb-decoder gradle kotlin dependency to your build.gradle.kts file:

implementation("au.gov.amsa:sgb-decoder:0.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following au.gov.amsa : sgb-decoder sbt scala dependency to your build.sbt file:

libraryDependencies += "au.gov.amsa" % "sgb-decoder" % "0.1.6"

Advertisement