MVN

com.newtranx : mt-metrics

Maven & Gradle

Apr 12, 2023
0 stars

mt-metrics · evaluation methods for machine translation

<dependency>
    <groupId>com.newtranx</groupId>
    <artifactId>mt-metrics</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.newtranx : mt-metrics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of com.newtranx : mt-metrics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
mt-metrics-1.1.7
mt-metrics-1.1.6
mt-metrics-1.1.4
mt-metrics-1.1.3
mt-metrics-1.1.2
mt-metrics-1.1.1
mt-metrics-1.1.0
1.0.x
mt-metrics-1.0.2
mt-metrics-1.0.1
mt-metrics-1.0.0

How to add a dependency to Maven

Add the following com.newtranx : mt-metrics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.newtranx</groupId>
    <artifactId>mt-metrics</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.newtranx : mt-metrics gradle dependency to your build.gradle file:

implementation 'com.newtranx:mt-metrics:1.1.7'

Gradle Kotlin DSL: Add the following com.newtranx : mt-metrics gradle kotlin dependency to your build.gradle.kts file:

implementation("com.newtranx:mt-metrics:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.newtranx : mt-metrics sbt scala dependency to your build.sbt file:

libraryDependencies += "com.newtranx" % "mt-metrics" % "1.1.7"

Advertisement