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