org.mrcp4j
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jvoicexml</groupId>
<artifactId>org.mrcp4j</artifactId>
<version>0.3</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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.jvoicexml</groupId>
<artifactId>org.mrcp4j</artifactId>
<version>0.3</version>
<name>MRCP4j</name>
<description>MRCP4J provides a Java API that encapsulates the MRCPv2 protocol and can be used to implement MRCP clients and/or servers.</description>
<url>https://github.com/JVoiceXML/mrcp4j</url>
<licenses>
<license>
<name>GNU Lesser General Public License, Version 2.1</name>
<url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>schnelle</id>
<name>Dirk Schnelle-Walka</name>
<email>dirk.schnelle@jvoicexml.org</email>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:JVoiceXML/mrcp4j.git</connection>
<developerConnection>scm:git@github.com:JVoiceXML/mrcp4j.git</developerConnection>
<url>https://github.com/JVoiceXML/mrcp4j</url>
</scm>
<dependencies>
<dependency>
<groupId>directory-network</groupId>
<artifactId>mina</artifactId>
<version>0.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.13.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.13.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>