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