MVN

de.sfuhrm : radiorecorder

Maven & Gradle

Aug 05, 2023
27 stars

Radio Recorder · Records and plays internet radio streams

<dependency>
    <groupId>de.sfuhrm</groupId>
    <artifactId>radiorecorder</artifactId>
    <version>1.6.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.sfuhrm : radiorecorder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.6

All Versions

Choose a version of de.sfuhrm : radiorecorder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
radiorecorder-1.6.6
radiorecorder-1.6.5
radiorecorder-1.6.4
radiorecorder-1.6.3
radiorecorder-1.6.2
radiorecorder-1.6.1
radiorecorder-1.6.0
1.5.x
radiorecorder-1.5.11
radiorecorder-1.5.10
radiorecorder-1.5.9
radiorecorder-1.5.8
radiorecorder-1.5.7
radiorecorder-1.5.6
radiorecorder-1.5.5
radiorecorder-1.5.4
radiorecorder-1.5.3
radiorecorder-1.5.2
radiorecorder-1.5.1
radiorecorder-1.5.0
1.4.x
radiorecorder-1.4.0

How to add a dependency to Maven

Add the following de.sfuhrm : radiorecorder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.sfuhrm</groupId>
    <artifactId>radiorecorder</artifactId>
    <version>1.6.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.sfuhrm : radiorecorder gradle dependency to your build.gradle file:

implementation 'de.sfuhrm:radiorecorder:1.6.6'

Gradle Kotlin DSL: Add the following de.sfuhrm : radiorecorder gradle kotlin dependency to your build.gradle.kts file:

implementation("de.sfuhrm:radiorecorder:1.6.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.sfuhrm : radiorecorder sbt scala dependency to your build.sbt file:

libraryDependencies += "de.sfuhrm" % "radiorecorder" % "1.6.6"

Advertisement