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