wavfile - 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.

Лицензия

Лицензия

Группа

Группа

com.github.psambit9791
Идентификатор

Идентификатор

wavfile
Последняя версия

Последняя версия

0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

wavfile - 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.
Ссылка на сайт

Ссылка на сайт

https://github.com/psambit9791/wavfile
Система контроля версий

Система контроля версий

http://github.com/psambit9791/wavfile/tree/master

Скачать wavfile

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.0.3
org.junit.platform : junit-platform-surefire-provider jar 1.0.0

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.6.2

Модули Проекта

Данный проект не имеет модулей.

Build Status Maven Central javadoc

Written by Andrew Greensted. Documented by Geoffrey Challen. Packaged and Tested by Sambit Paul.

To use this in your project, add this to your respective config file for Gradle / Maven.

Gradle

implementation 'com.github.psambit9791:wavfile:0.1'

Maven

<dependency>
  <groupId>com.github.psambit9791</groupId>
  <artifactId>wavfile</artifactId>
  <version>0.1</version>
</dependency>

Версии библиотеки

Версия
0.1