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