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