MVN

net.sourceforge.jscl-meditor : txt2xhtml

Maven & Gradle

Jul 26, 2020
1 usages
5 stars

txt2xhtml · java symbolic computing library and mathematical editor

<dependency>
    <groupId>net.sourceforge.jscl-meditor</groupId>
    <artifactId>txt2xhtml</artifactId>
    <version>4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.jscl-meditor : txt2xhtml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1

All Versions

Choose a version of net.sourceforge.jscl-meditor : txt2xhtml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1
txt2xhtml-4.1
4.0
txt2xhtml-4.0
3.0
txt2xhtml-3.0
2.1
txt2xhtml-2.1
2.0
txt2xhtml-2.0
1.1
txt2xhtml-1.1
1.0
txt2xhtml-1.0

How to add a dependency to Maven

Add the following net.sourceforge.jscl-meditor : txt2xhtml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.jscl-meditor</groupId>
    <artifactId>txt2xhtml</artifactId>
    <version>4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.jscl-meditor : txt2xhtml gradle dependency to your build.gradle file:

implementation 'net.sourceforge.jscl-meditor:txt2xhtml:4.1'

Gradle Kotlin DSL: Add the following net.sourceforge.jscl-meditor : txt2xhtml gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.jscl-meditor:txt2xhtml:4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.jscl-meditor : txt2xhtml sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.jscl-meditor" % "txt2xhtml" % "4.1"

Advertisement