Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.fracpete |
ArtifactId | ArtifactIdlatex-maven |
Version | Version1.4.0 |
Type | Typepom |
Filename | Size |
---|---|
latex-maven-1.4.0.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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/latex-maven/
implementation 'com.github.fracpete:latex-maven:1.4.0'
// https://jarcasting.com/artifacts/com.github.fracpete/latex-maven/
implementation ("com.github.fracpete:latex-maven:1.4.0")
'com.github.fracpete:latex-maven:pom:1.4.0'
<dependency org="com.github.fracpete" name="latex-maven" rev="1.4.0">
<artifact name="latex-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='latex-maven', version='1.4.0')
)
libraryDependencies += "com.github.fracpete" % "latex-maven" % "1.4.0"
[com.github.fracpete/latex-maven "1.4.0"]