is not current version
Last Version 1.4.4

com.github.fracpete:latex-maven 1.4.3

LaTeX support for Maven projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

latex-maven
Version

Version

1.4.3
Type

Type

pom

Download latex-maven 1.4.3

Filename Size
latex-maven-1.4.3.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.fracpete/latex-maven/ -->
<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>latex-maven</artifactId>
    <version>1.4.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/latex-maven/
implementation 'com.github.fracpete:latex-maven:1.4.3'
// https://jarcasting.com/artifacts/com.github.fracpete/latex-maven/
implementation ("com.github.fracpete:latex-maven:1.4.3")
'com.github.fracpete:latex-maven:pom:1.4.3'
<dependency org="com.github.fracpete" name="latex-maven" rev="1.4.3">
  <artifact name="latex-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='latex-maven', version='1.4.3')
)
libraryDependencies += "com.github.fracpete" % "latex-maven" % "1.4.3"
[com.github.fracpete/latex-maven "1.4.3"]