| GroupId | GroupIdcom.apphance.flow |
|---|---|
| ArtifactId | ArtifactIdapphance-flow |
| Version | Version1.0.1-M3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| apphance-flow-1.0.1-M3.pom | |
| apphance-flow-1.0.1-M3.jar | 4 MB |
| apphance-flow-1.0.1-M3-sources.jar | 3 MB |
| apphance-flow-1.0.1-M3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.apphance.flow/apphance-flow/ -->
<dependency>
<groupId>com.apphance.flow</groupId>
<artifactId>apphance-flow</artifactId>
<version>1.0.1-M3</version>
</dependency>
// https://jarcasting.com/artifacts/com.apphance.flow/apphance-flow/
implementation 'com.apphance.flow:apphance-flow:1.0.1-M3'
// https://jarcasting.com/artifacts/com.apphance.flow/apphance-flow/
implementation ("com.apphance.flow:apphance-flow:1.0.1-M3")
'com.apphance.flow:apphance-flow:jar:1.0.1-M3'
<dependency org="com.apphance.flow" name="apphance-flow" rev="1.0.1-M3">
<artifact name="apphance-flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.apphance.flow', module='apphance-flow', version='1.0.1-M3')
)
libraryDependencies += "com.apphance.flow" % "apphance-flow" % "1.0.1-M3"
[com.apphance.flow/apphance-flow "1.0.1-M3"]