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