emotionml-checker-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.dfki.mary</groupId> <artifactId>emotionml-checker-java</artifactId> <version>1.2.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>de.dfki.mary</groupId> <artifactId>emotionml-checker-java</artifactId> <version>1.2.3</version> <name>emotionml-checker-java</name> <description>A generic implementation of EmotionML checks, in Java</description> <url>https://github.com/marytts/emotionml-checker-java</url> <licenses> <license> <name>Creative Commons Zero v1.0 Universal</name> <url>https://creativecommons.org/publicdomain/zero/1.0/</url> </license> </licenses> <developers> <developer> <id>marc1s</id> <name>Marc Schröder</name> </developer> <developer> <id>psibre</id> <name>Ingmar Steiner</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/marytts/emotionml-checker-java.git</connection> <developerConnection>scm:git:ssh://github.com:marytts/emotionml-checker-java.git</developerConnection> <url>https://github.com/marytts/emotionml-checker-java/tree/master</url> </scm> </project>