| GroupId | GroupIdde.sfuhrm |
|---|---|
| ArtifactId | ArtifactIdradiorecorder |
| Version | Version1.5.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| radiorecorder-1.5.4.pom | |
| radiorecorder-1.5.4.jar | 81 KB |
| radiorecorder-1.5.4-sources.jar | 52 KB |
| radiorecorder-1.5.4-javadoc.jar | 524 KB |
| radiorecorder-1.5.4-bin.zip | 12 MB |
| radiorecorder-1.5.4-bin.tar.gz | 12 MB |
| radiorecorder-1.5.4-bin.tar.bz2 | 11 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.sfuhrm/radiorecorder/ -->
<dependency>
<groupId>de.sfuhrm</groupId>
<artifactId>radiorecorder</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.sfuhrm/radiorecorder/
implementation 'de.sfuhrm:radiorecorder:1.5.4'
// https://jarcasting.com/artifacts/de.sfuhrm/radiorecorder/
implementation ("de.sfuhrm:radiorecorder:1.5.4")
'de.sfuhrm:radiorecorder:jar:1.5.4'
<dependency org="de.sfuhrm" name="radiorecorder" rev="1.5.4">
<artifact name="radiorecorder" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sfuhrm', module='radiorecorder', version='1.5.4')
)
libraryDependencies += "de.sfuhrm" % "radiorecorder" % "1.5.4"
[de.sfuhrm/radiorecorder "1.5.4"]