MVN

cz.muni.fi.mir : mathml-unificator

Maven & Gradle

Jul 01, 2016
2 stars

MathMLUnificator · MathMLCan is a tool which performs simple MathML (Mathematical Markup Language) unification.

<dependency>
    <groupId>cz.muni.fi.mir</groupId>
    <artifactId>mathml-unificator</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.muni.fi.mir : mathml-unificator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of cz.muni.fi.mir : mathml-unificator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
mathml-unificator-1.1.0
1.0.x
mathml-unificator-1.0.0

How to add a dependency to Maven

Add the following cz.muni.fi.mir : mathml-unificator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.muni.fi.mir</groupId>
    <artifactId>mathml-unificator</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.muni.fi.mir : mathml-unificator gradle dependency to your build.gradle file:

implementation 'cz.muni.fi.mir:mathml-unificator:1.1.0'

Gradle Kotlin DSL: Add the following cz.muni.fi.mir : mathml-unificator gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.muni.fi.mir:mathml-unificator:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.muni.fi.mir : mathml-unificator sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.muni.fi.mir" % "mathml-unificator" % "1.1.0"

Advertisement