| License |
License |
|---|---|
| GroupId | GroupIdde.sciss |
| ArtifactId | ArtifactIdaudiofile_2.13 |
| Version | Version2.4.0 |
| 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_2.13-2.4.0.pom | |
| audiofile_2.13-2.4.0.jar | 517 KB |
| audiofile_2.13-2.4.0-sources.jar | 44 KB |
| audiofile_2.13-2.4.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/audiofile_2.13/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>audiofile_2.13</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/audiofile_2.13/
implementation 'de.sciss:audiofile_2.13:2.4.0'
// https://jarcasting.com/artifacts/de.sciss/audiofile_2.13/
implementation ("de.sciss:audiofile_2.13:2.4.0")
'de.sciss:audiofile_2.13:jar:2.4.0'
<dependency org="de.sciss" name="audiofile_2.13" rev="2.4.0">
<artifact name="audiofile_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='audiofile_2.13', version='2.4.0')
)
libraryDependencies += "de.sciss" % "audiofile_2.13" % "2.4.0"
[de.sciss/audiofile_2.13 "2.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.13.6 |
| de.sciss : asyncfile_2.13 | jar | 0.2.0 |
| de.sciss : log_2.13 | jar | 0.1.1 |
| de.sciss : serial_2.13 | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.13 | jar | 3.2.10 |