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