License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.github.csabasulyok |
ArtifactId | ArtifactIdgradle-latex |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle LaTeX plugin
This Gradle plugin allows automation of compiling PDFs using LaTeX and BiBTeX.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gradle-latex-1.0.pom | |
gradle-latex-1.0.jar | 46 KB |
gradle-latex-1.0-tests.jar | 12 KB |
gradle-latex-1.0-sources.jar | 10 KB |
gradle-latex-1.0-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.csabasulyok/gradle-latex/ -->
<dependency>
<groupId>com.github.csabasulyok</groupId>
<artifactId>gradle-latex</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.csabasulyok/gradle-latex/
implementation 'com.github.csabasulyok:gradle-latex:1.0'
// https://jarcasting.com/artifacts/com.github.csabasulyok/gradle-latex/
implementation ("com.github.csabasulyok:gradle-latex:1.0")
'com.github.csabasulyok:gradle-latex:jar:1.0'
<dependency org="com.github.csabasulyok" name="gradle-latex" rev="1.0">
<artifact name="gradle-latex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.csabasulyok', module='gradle-latex', version='1.0')
)
libraryDependencies += "com.github.csabasulyok" % "gradle-latex" % "1.0"
[com.github.csabasulyok/gradle-latex "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |