GroupId | GroupIdio.github.hse-eolang |
---|---|
ArtifactId | ArtifactIdtranspiler |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
transpiler-1.0.4.pom | |
transpiler-1.0.4.jar | 45 KB |
transpiler-1.0.4-sources.jar | 22 KB |
transpiler-1.0.4-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hse-eolang/transpiler/ -->
<dependency>
<groupId>io.github.hse-eolang</groupId>
<artifactId>transpiler</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hse-eolang/transpiler/
implementation 'io.github.hse-eolang:transpiler:1.0.4'
// https://jarcasting.com/artifacts/io.github.hse-eolang/transpiler/
implementation ("io.github.hse-eolang:transpiler:1.0.4")
'io.github.hse-eolang:transpiler:jar:1.0.4'
<dependency org="io.github.hse-eolang" name="transpiler" rev="1.0.4">
<artifact name="transpiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hse-eolang', module='transpiler', version='1.0.4')
)
libraryDependencies += "io.github.hse-eolang" % "transpiler" % "1.0.4"
[io.github.hse-eolang/transpiler "1.0.4"]