Files download
File Operation
radio-reference-api-15.1.7.jar download
radio-reference-api-15.1.7.pom download
radio-reference-api-15.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.dsheirer</groupId>
  <artifactId>radio-reference-api</artifactId>
  <version>15.1.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.dsheirer:radio-reference-api:15.1.7'
Gradle Kotlin
implementation("io.github.dsheirer:radio-reference-api:15.1.7")
Scala SBT
libraryDependencies += "io.github.dsheirer" % "radio-reference-api" % "15.1.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dsheirer', module='radio-reference-api', version='15.1.7')
)
Apache Ivy
<dependency org="io.github.dsheirer" name="radio-reference-api" rev="15.1.7" />
Leiningen
[io.github.dsheirer/radio-reference-api "15.1.7"]
Apache Buildr
'io.github.dsheirer:radio-reference-api:jar:15.1.7'