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