| Лицензия |
Лицензия
MIT
|
|---|---|
| Группа | Группаio.github.hse-eolang |
| Идентификатор | Идентификаторruntime |
| Последняя версия | Последняя версия1.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеeo-runtime
The EO programming language runtime library
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |