nifty-minim-soundsystem
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.nifty-gui</groupId> <artifactId>nifty-minim-soundsystem</artifactId> <version>1.4.3</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.github.nifty-gui</groupId> <artifactId>nifty-main</artifactId> <version>1.4.3</version> </parent> <artifactId>nifty-minim-soundsystem</artifactId> <name>Nifty Sound Device for Processing (minim)</name> <description>Implementation of Nifty's AudioDevice for the Minim audio library</description> <repositories> <repository> <id>clojars.org</id> <url>http://clojars.org/repo</url> </repository> </repositories> <dependencies> <dependency> <groupId>ddf.minim</groupId> <artifactId>ddf.minim</artifactId> <version>2.2.0</version> </dependency> <dependency> <groupId>com.github.nifty-gui</groupId> <artifactId>nifty</artifactId> <version>1.4.3</version> </dependency> </dependencies> </project>