vorbisspi
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.mccue</groupId> <artifactId>vorbisspi</artifactId> <version>2024.04.19</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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> <artifactId>vorbisspi</artifactId> <version>2024.04.19</version> <packaging>jar</packaging> <parent> <groupId>dev.mccue</groupId> <artifactId>java-audio-parent</artifactId> <version>2024.04.19</version> </parent> <name>vorbisspi</name> <description>com.googlecode.soundlibs/vorbisspi repackaged and modernized</description> <url>and unfortunately there is an answer to that and its not regret</url> <developers> <developer> <name>Ethan McCue</name> <email>ethan@mccue.dev</email> <organization>McCue Software Solutions</organization> <organizationUrl>https://www.mccue.dev</organizationUrl> </developer> </developers> <!-- Originally licensed under LGPL https://web.archive.org/web/20210108055829/http://www.javazoom.net/javalayer/javalayer.html --> <licenses> <license> <name>GNU Lesser General Public License (LGPL), Version 2.1</name> <url>http://www.fsf.org/licensing/licenses/lgpl.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com/bowbahdoe/java-audio-stack.git</connection> <developerConnection>scm:git:ssh://github.com:bowbahdoe/java-audio-stack.git</developerConnection> <url>http://github.com/bowbahdoe/java-audio-stack/tree/main</url> </scm> <dependencies> <dependency> <groupId>dev.mccue</groupId> <artifactId>tritonus-share</artifactId> </dependency> <dependency> <groupId>dev.mccue</groupId> <artifactId>jogg</artifactId> </dependency> <dependency> <groupId>dev.mccue</groupId> <artifactId>jorbis</artifactId> </dependency> </dependencies> <profiles> <profile> <id>release</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.6.3</version> <executions> <execution> <id>attach-javadoc</id> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <doclint>none</doclint> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.2.1</version> <executions> <execution> <id>attach-source</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.jreleaser</groupId> <artifactId>jreleaser-maven-plugin</artifactId> <version>1.11.0</version> <inherited>false</inherited> <configuration> <jreleaser> <project> <copyright>2024</copyright> <versionPattern><type>CHRONVER</type></versionPattern> </project> <signing> <active>ALWAYS</active> <armored>true</armored> </signing> <deploy> <maven> <nexus2> <maven-central> <active>ALWAYS</active> <url>https://s01.oss.sonatype.org/service/local</url>; <closeRepository>false</closeRepository> <releaseRepository>false</releaseRepository> <stagingRepositories>target/staging-deploy</stagingRepositories> </maven-central> </nexus2> </maven> </deploy> </jreleaser> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>