is not current version
Last Version 1.0.6

io.github.hse-eolang:transpiler 1.0.1

The EO Language transpiler by HSE

GroupId

GroupId

io.github.hse-eolang
ArtifactId

ArtifactId

transpiler
Version

Version

1.0.1
Type

Type

jar

Download transpiler 1.0.1


<!-- https://jarcasting.com/artifacts/io.github.hse-eolang/transpiler/ -->
<dependency>
    <groupId>io.github.hse-eolang</groupId>
    <artifactId>transpiler</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hse-eolang/transpiler/
implementation 'io.github.hse-eolang:transpiler:1.0.1'
// https://jarcasting.com/artifacts/io.github.hse-eolang/transpiler/
implementation ("io.github.hse-eolang:transpiler:1.0.1")
'io.github.hse-eolang:transpiler:jar:1.0.1'
<dependency org="io.github.hse-eolang" name="transpiler" rev="1.0.1">
  <artifact name="transpiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hse-eolang', module='transpiler', version='1.0.1')
)
libraryDependencies += "io.github.hse-eolang" % "transpiler" % "1.0.1"
[io.github.hse-eolang/transpiler "1.0.1"]