web-curl

将http请求转换成curl在日志中输出

License

License

Mulan Permissive Software License,Version 2
GroupId

GroupId

io.github.bannerxu
ArtifactId

ArtifactId

curl
Last Version

Last Version

1.3-Release
Release Date

Release Date

Type

Type

jar
Description

Description

web-curl
将http请求转换成curl在日志中输出
Project URL

Project URL

https://github.com/bannerXu/web-curl
Source Code Management

Source Code Management

https://github.com/bannerXu/web-curl

Download curl

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.bannerxu/curl/ -->
<dependency>
    <groupId>io.github.bannerxu</groupId>
    <artifactId>curl</artifactId>
    <version>1.3-Release</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bannerxu/curl/
implementation 'io.github.bannerxu:curl:1.3-Release'
// https://jarcasting.com/artifacts/io.github.bannerxu/curl/
implementation ("io.github.bannerxu:curl:1.3-Release")
'io.github.bannerxu:curl:jar:1.3-Release'
<dependency org="io.github.bannerxu" name="curl" rev="1.3-Release">
  <artifact name="curl" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bannerxu', module='curl', version='1.3-Release')
)
libraryDependencies += "io.github.bannerxu" % "curl" % "1.3-Release"
[io.github.bannerxu/curl "1.3-Release"]

Dependencies

provided (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
org.slf4j : slf4j-api jar 1.7.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.

Versions

Version
1.3-Release