| License |
License |
|---|---|
| GroupId | GroupIdde.sciss |
| ArtifactId | ArtifactIdaudiofile_3 |
| Last Version | Last Version2.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAudioFile
A library to read and write uncompressed audio files (AIFF, WAVE, etc.)
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| audiofile_3-2.4.0.pom | |
| audiofile_3-2.4.0.jar | 610 KB |
| audiofile_3-2.4.0-sources.jar | 44 KB |
| audiofile_3-2.4.0-javadoc.jar | 305 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/audiofile_3/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>audiofile_3</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/audiofile_3/
implementation 'de.sciss:audiofile_3:2.4.0'
// https://jarcasting.com/artifacts/de.sciss/audiofile_3/
implementation ("de.sciss:audiofile_3:2.4.0")
'de.sciss:audiofile_3:jar:2.4.0'
<dependency org="de.sciss" name="audiofile_3" rev="2.4.0">
<artifact name="audiofile_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='audiofile_3', version='2.4.0')
)
libraryDependencies += "de.sciss" % "audiofile_3" % "2.4.0"
[de.sciss/audiofile_3 "2.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala3-library_3 | jar | 3.0.2 |
| de.sciss : asyncfile_3 | jar | 0.2.0 |
| de.sciss : log_3 | jar | 0.1.1 |
| de.sciss : serial_3 | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_3 | jar | 3.2.10 |