License |
License |
---|---|
GroupId | GroupIdde.sciss |
ArtifactId | ArtifactIdaudiofile_2.11 |
Last Version | Last Version1.5.3 |
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 |
Filename | Size |
---|---|
audiofile_2.11-1.5.3.pom | |
audiofile_2.11-1.5.3.jar | 309 KB |
audiofile_2.11-1.5.3-sources.jar | 30 KB |
audiofile_2.11-1.5.3-javadoc.jar | 439 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sciss/audiofile_2.11/ -->
<dependency>
<groupId>de.sciss</groupId>
<artifactId>audiofile_2.11</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.sciss/audiofile_2.11/
implementation 'de.sciss:audiofile_2.11:1.5.3'
// https://jarcasting.com/artifacts/de.sciss/audiofile_2.11/
implementation ("de.sciss:audiofile_2.11:1.5.3")
'de.sciss:audiofile_2.11:jar:1.5.3'
<dependency org="de.sciss" name="audiofile_2.11" rev="1.5.3">
<artifact name="audiofile_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sciss', module='audiofile_2.11', version='1.5.3')
)
libraryDependencies += "de.sciss" % "audiofile_2.11" % "1.5.3"
[de.sciss/audiofile_2.11 "1.5.3"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
de.sciss : serial_2.11 | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 3.0.8-RC2 |