| GroupId | GroupIdch.stegmaier.java2tex |
|---|---|
| ArtifactId | ArtifactIdcommands |
| Version | Version0.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commands-0.1.2.pom | |
| commands-0.1.2.jar | 24 KB |
| commands-0.1.2-sources.jar | 20 KB |
| commands-0.1.2-javadoc.jar | 219 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.stegmaier.java2tex/commands/ -->
<dependency>
<groupId>ch.stegmaier.java2tex</groupId>
<artifactId>commands</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.stegmaier.java2tex/commands/
implementation 'ch.stegmaier.java2tex:commands:0.1.2'
// https://jarcasting.com/artifacts/ch.stegmaier.java2tex/commands/
implementation ("ch.stegmaier.java2tex:commands:0.1.2")
'ch.stegmaier.java2tex:commands:jar:0.1.2'
<dependency org="ch.stegmaier.java2tex" name="commands" rev="0.1.2">
<artifact name="commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.stegmaier.java2tex', module='commands', version='0.1.2')
)
libraryDependencies += "ch.stegmaier.java2tex" % "commands" % "0.1.2"
[ch.stegmaier.java2tex/commands "0.1.2"]