euphony
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>co.euphony.lib</groupId>
<artifactId>euphony</artifactId>
<version>0.8.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>co.euphony.lib</groupId>
<artifactId>euphony</artifactId>
<version>0.8.2</version>
<packaging>aar</packaging>
<name>euphony</name>
<description>Euphony; Acoustic Telecommunication Library</description>
<url>https://github.com/euphony-io/euphony</url>
<licenses>
<license>
<name>Apache 2.0 License</name>
<url>https://github.com/euphony-io/euphony/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>designe</id>
<name>Ji-woong Choi</name>
<email>designe@outlook.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/euphony-io/euphony.git</connection>
<developerConnection>scm:git:ssh://github.com/euphony-io/euphony.git</developerConnection>
<url>https://github.com/euphony-io/euphony/tree/main</url>
</scm>
</project>