TarsosDSP
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>TarsosDSP</artifactId>
<version>2.4-1</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>
<groupId>com.github.axet</groupId>
<artifactId>TarsosDSP</artifactId>
<version>2.4-1</version>
<packaging>aar</packaging>
<name>TarsosDSP library</name>
<description>TarsosDSP library</description>
<url>https://gitlab.com/axet/TarsosDSP</url>
<licenses>
<license>
<name>GNU GENERAL PUBLIC LICENSE 3.0</name>
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
</license>
</licenses>
<developers>
<developer>
<id>axet</id>
<name>Alexey Kuznetsov</name>
<email>axet@me.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/JorenSix/TarsosDSP</connection>
<developerConnection>scm:git:https://github.com/JorenSix/TarsosDSP</developerConnection>
<url>https://github.com/JorenSix/TarsosDSP</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>com.simpligility.maven.plugins</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>4.4.3</version>
<extensions>true</extensions>
<configuration>
<sign>
<debug>false</debug>
</sign>
</configuration>
</plugin>
</plugins>
</build>
</project>