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