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