License |
License
Mulan Permissive Software License,Version 2
|
---|---|
GroupId | GroupIdio.github.bannerxu |
ArtifactId | ArtifactIdcurl |
Version | Version1.3-Release |
Type | Typejar |
Description |
Descriptionweb-curl
将http请求转换成curl在日志中输出
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
curl-1.3-Release.pom | |
curl-1.3-Release.jar | 14 KB |
curl-1.3-Release-sources.jar | 6 KB |
curl-1.3-Release-javadoc.jar | 59 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |