License |
License |
---|---|
GroupId | GroupIdcom.github.psambit9791 |
ArtifactId | ArtifactIdwavfile |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptionwavfile - Java Wav File IO
Written by Andrew Greensted. Available at http://www.labbookpages.co.uk/audio/javaWavFiles.html.
This is just packaged to be made available through Maven. All source code belongs to Andrew Greensted.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wavfile-0.1.pom | |
wavfile-0.1.jar | 9 KB |
wavfile-0.1-sources.jar | 6 KB |
wavfile-0.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.psambit9791/wavfile/ -->
<dependency>
<groupId>com.github.psambit9791</groupId>
<artifactId>wavfile</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psambit9791/wavfile/
implementation 'com.github.psambit9791:wavfile:0.1'
// https://jarcasting.com/artifacts/com.github.psambit9791/wavfile/
implementation ("com.github.psambit9791:wavfile:0.1")
'com.github.psambit9791:wavfile:jar:0.1'
<dependency org="com.github.psambit9791" name="wavfile" rev="0.1">
<artifact name="wavfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psambit9791', module='wavfile', version='0.1')
)
libraryDependencies += "com.github.psambit9791" % "wavfile" % "0.1"
[com.github.psambit9791/wavfile "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.0.3 |
org.junit.platform : junit-platform-surefire-provider | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |