| License |
License |
|---|---|
| GroupId | GroupIdch.stegmaier.java2tex |
| ArtifactId | ArtifactIdcommands |
| Version | Version0.1.4 |
| Type | Typejar |
| Description |
DescriptionCommands for LaTeX
Provides commands for LaTeX output
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commands-0.1.4.pom | |
| commands-0.1.4.jar | 25 KB |
| commands-0.1.4-sources.jar | 23 KB |
| commands-0.1.4-javadoc.jar | 236 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.stegmaier.java2tex/commands/ -->
<dependency>
<groupId>ch.stegmaier.java2tex</groupId>
<artifactId>commands</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/ch.stegmaier.java2tex/commands/
implementation 'ch.stegmaier.java2tex:commands:0.1.4'
// https://jarcasting.com/artifacts/ch.stegmaier.java2tex/commands/
implementation ("ch.stegmaier.java2tex:commands:0.1.4")
'ch.stegmaier.java2tex:commands:jar:0.1.4'
<dependency org="ch.stegmaier.java2tex" name="commands" rev="0.1.4">
<artifact name="commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.stegmaier.java2tex', module='commands', version='0.1.4')
)
libraryDependencies += "ch.stegmaier.java2tex" % "commands" % "0.1.4"
[ch.stegmaier.java2tex/commands "0.1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.36 |
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |