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