License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.fracpete |
ArtifactId | ArtifactIdlatex-maven-archetype |
Version | Version1.4.4 |
Type | Typejar |
Description |
DescriptionLaTeX Maven Archetype
The LaTeX Maven Archetype is kickstarts your LaTeX / Maven projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
latex-maven-archetype-1.4.4.pom | |
latex-maven-archetype-1.4.4.jar | 6 KB |
latex-maven-archetype-1.4.4-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fracpete/latex-maven-archetype/ -->
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>latex-maven-archetype</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/latex-maven-archetype/
implementation 'com.github.fracpete:latex-maven-archetype:1.4.4'
// https://jarcasting.com/artifacts/com.github.fracpete/latex-maven-archetype/
implementation ("com.github.fracpete:latex-maven-archetype:1.4.4")
'com.github.fracpete:latex-maven-archetype:jar:1.4.4'
<dependency org="com.github.fracpete" name="latex-maven-archetype" rev="1.4.4">
<artifact name="latex-maven-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='latex-maven-archetype', version='1.4.4')
)
libraryDependencies += "com.github.fracpete" % "latex-maven-archetype" % "1.4.4"
[com.github.fracpete/latex-maven-archetype "1.4.4"]