MVN

ch.stegmaier.java2tex : core

Maven & Gradle

Jul 14, 2023

Core functions for LaTeX commands · Provides core functions for LaTeX output

<dependency>
    <groupId>ch.stegmaier.java2tex</groupId>
    <artifactId>core</artifactId>
    <version>0.6.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.stegmaier.java2tex : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.8

All Versions

Choose a version of ch.stegmaier.java2tex : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
core-0.6.8
core-0.6.4
core-0.6.3
core-0.6.2
core-0.6.1
core-0.6.0
0.5.x
core-0.5.0
0.4.x
core-0.4.0
0.3.x
core-0.3.0
0.2.x
core-0.2.0

How to add a dependency to Maven

Add the following ch.stegmaier.java2tex : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.stegmaier.java2tex</groupId>
    <artifactId>core</artifactId>
    <version>0.6.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.stegmaier.java2tex : core gradle dependency to your build.gradle file:

implementation 'ch.stegmaier.java2tex:core:0.6.8'

Gradle Kotlin DSL: Add the following ch.stegmaier.java2tex : core gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.stegmaier.java2tex:core:0.6.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.stegmaier.java2tex : core sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.stegmaier.java2tex" % "core" % "0.6.8"