MVN

de.rototor.jeuclid : jeuclid-testsuite

Maven & Gradle

Feb 24, 2019
7 stars

JEuclid Rendering of W3C MathML Testsuite

<dependency>
    <groupId>de.rototor.jeuclid</groupId>
    <artifactId>jeuclid-testsuite</artifactId>
    <version>3.1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.rototor.jeuclid : jeuclid-testsuite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.14

All Versions

Choose a version of de.rototor.jeuclid : jeuclid-testsuite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
jeuclid-testsuite-3.1.14
jeuclid-testsuite-3.1.13
jeuclid-testsuite-3.1.12
jeuclid-testsuite-3.1.11

How to add a dependency to Maven

Add the following de.rototor.jeuclid : jeuclid-testsuite maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.rototor.jeuclid</groupId>
    <artifactId>jeuclid-testsuite</artifactId>
    <version>3.1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.rototor.jeuclid : jeuclid-testsuite gradle dependency to your build.gradle file:

implementation 'de.rototor.jeuclid:jeuclid-testsuite:3.1.14'

Gradle Kotlin DSL: Add the following de.rototor.jeuclid : jeuclid-testsuite gradle kotlin dependency to your build.gradle.kts file:

implementation("de.rototor.jeuclid:jeuclid-testsuite:3.1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.rototor.jeuclid : jeuclid-testsuite sbt scala dependency to your build.sbt file:

libraryDependencies += "de.rototor.jeuclid" % "jeuclid-testsuite" % "3.1.14"

Advertisement