| License |
License |
|---|---|
| GroupId | GroupIdch.stegmaier.java2tex |
| ArtifactId | ArtifactIdcommands |
| Version | Version0.1.3 |
| 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.3.pom | |
| commands-0.1.3.jar | 25 KB |
| commands-0.1.3-sources.jar | 21 KB |
| commands-0.1.3-javadoc.jar | 231 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.stegmaier.java2tex/commands/ -->
<dependency>
<groupId>ch.stegmaier.java2tex</groupId>
<artifactId>commands</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/ch.stegmaier.java2tex/commands/
implementation 'ch.stegmaier.java2tex:commands:0.1.3'
// https://jarcasting.com/artifacts/ch.stegmaier.java2tex/commands/
implementation ("ch.stegmaier.java2tex:commands:0.1.3")
'ch.stegmaier.java2tex:commands:jar:0.1.3'
<dependency org="ch.stegmaier.java2tex" name="commands" rev="0.1.3">
<artifact name="commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.stegmaier.java2tex', module='commands', version='0.1.3')
)
libraryDependencies += "ch.stegmaier.java2tex" % "commands" % "0.1.3"
[ch.stegmaier.java2tex/commands "0.1.3"]
| 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 |