is not current version
Last Version 1.0.5

io.github.hse-eolang:runtime 1.0.2

The EO programming language runtime library

GroupId

GroupId

io.github.hse-eolang
ArtifactId

ArtifactId

runtime
Version

Version

1.0.2
Type

Type

jar

Download runtime 1.0.2


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