| License |
License
MIT
|
|---|---|
| GroupId | GroupIdio.github.hse-eolang |
| ArtifactId | ArtifactIdruntime |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioneo-runtime
The EO programming language runtime library
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| runtime-1.0.5.pom | |
| runtime-1.0.5.jar | 60 KB |
| runtime-1.0.5-sources.jar | 23 KB |
| runtime-1.0.5-javadoc.jar | 154 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.hse-eolang/runtime/ -->
<dependency>
<groupId>io.github.hse-eolang</groupId>
<artifactId>runtime</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hse-eolang/runtime/
implementation 'io.github.hse-eolang:runtime:1.0.5'
// https://jarcasting.com/artifacts/io.github.hse-eolang/runtime/
implementation ("io.github.hse-eolang:runtime:1.0.5")
'io.github.hse-eolang:runtime:jar:1.0.5'
<dependency org="io.github.hse-eolang" name="runtime" rev="1.0.5">
<artifact name="runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hse-eolang', module='runtime', version='1.0.5')
)
libraryDependencies += "io.github.hse-eolang" % "runtime" % "1.0.5"
[io.github.hse-eolang/runtime "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.0-M1 |
| net.obvj : junit-utils | jar | 1.3.0 |
| org.hamcrest : hamcrest | jar | 2.2 |