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