f

flowstep-http

flowStep HTTP components
文件下载
文件名 操作
flowstep-http-1.0.5.jar 下载
flowstep-http-1.0.5.pom 下载
flowstep-http-1.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.flowstep</groupId>
  <artifactId>flowstep-http</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'org.flowstep:flowstep-http:1.0.5'
Gradle Kotlin
implementation("org.flowstep:flowstep-http:1.0.5")
Scala SBT
libraryDependencies += "org.flowstep" % "flowstep-http" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.flowstep', module='flowstep-http', version='1.0.5')
)
Apache Ivy
<dependency org="org.flowstep" name="flowstep-http" rev="1.0.5" />
Leiningen
[org.flowstep/flowstep-http "1.0.5"]
Apache Buildr
'org.flowstep:flowstep-http:jar:1.0.5'