# mrcp4j **Repository Path**: outersky/mrcp4j ## Basic Information - **Project Name**: mrcp4j - **Description**: https://github.com/JVoiceXML/mrcp4j.git The MRCPv2 protocol is designed to control media processing resources, such as speech recognition engines. to implement MRCP clients and/or servers. - **Primary Language**: Java - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-18 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MRCP4j The MRCPv2 protocol is designed to allow client devices to control media processing resources, such as speech recognition engines. MRCP4J provides a Java API that encapsulates the MRCPv2 protocol and can be used to implement MRCP clients and/or servers. ## Requirements - JAVA 8 - Gradle 7.3.1 ## Include from from Maven Configure maven to use Central from your Project Object Model (POM) file.You may do so by adding the following to your pom.xml: central Maven Central default https://repo1.maven.org/maven2 false Add mrcp4j as a dependecy to your pom.xml org.jvoicexml org.mrcp4j 0.3 module ## Include from Gradle Add the Maven Central repository to your build.gradle repositories { mavenCentral() } Add mrcp4j as a an implementation dependency to your build.gradle implementation 'org.jvoicexml:org.mrcp4j:0.3'