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