| Группа | Группаio.engineblock |
|---|---|
| Идентификатор | Идентификаторeb-runtime |
| Версия | Версия2.11.11 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| eb-runtime-2.11.11.pom | |
| eb-runtime-2.11.11.jar | 3 KB |
| eb-runtime-2.11.11-sources.jar | 3 KB |
| eb-runtime-2.11.11-javadoc.jar | 392 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.engineblock/eb-runtime/ -->
<dependency>
<groupId>io.engineblock</groupId>
<artifactId>eb-runtime</artifactId>
<version>2.11.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.engineblock/eb-runtime/
implementation 'io.engineblock:eb-runtime:2.11.11'
// https://jarcasting.com/artifacts/io.engineblock/eb-runtime/
implementation ("io.engineblock:eb-runtime:2.11.11")
'io.engineblock:eb-runtime:jar:2.11.11'
<dependency org="io.engineblock" name="eb-runtime" rev="2.11.11">
<artifact name="eb-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.engineblock', module='eb-runtime', version='2.11.11')
)
libraryDependencies += "io.engineblock" % "eb-runtime" % "2.11.11"
[io.engineblock/eb-runtime "2.11.11"]