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