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