is not current version
Last Version 1.0.6

io.github.hse-eolang:transpiler 1.0.4

The EO Language Transcompiler by the HSE-EOLANG team

GroupId

GroupId

io.github.hse-eolang
ArtifactId

ArtifactId

transpiler
Version

Version

1.0.4
Type

Type

jar

Download transpiler 1.0.4


<!-- 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"]