| GroupId | GroupIdorg.flowable |
|---|---|
| ArtifactId | ArtifactIdflowable-http |
| Version | Version6.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| flowable-http-6.4.0.pom | |
| flowable-http-6.4.0.jar | 38 KB |
| flowable-http-6.4.0-sources.jar | 25 KB |
| flowable-http-6.4.0-javadoc.jar | 156 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-http/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-http</artifactId>
<version>6.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-http/
implementation 'org.flowable:flowable-http:6.4.0'
// https://jarcasting.com/artifacts/org.flowable/flowable-http/
implementation ("org.flowable:flowable-http:6.4.0")
'org.flowable:flowable-http:jar:6.4.0'
<dependency org="org.flowable" name="flowable-http" rev="6.4.0">
<artifact name="flowable-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-http', version='6.4.0')
)
libraryDependencies += "org.flowable" % "flowable-http" % "6.4.0"
[org.flowable/flowable-http "6.4.0"]