File | Operation |
---|---|
log-helper-example-support-httpclient-1.0.4-RELEASE.pom | download |
<dependency>
<groupId>io.github.redick01</groupId>
<artifactId>log-helper-example-support-httpclient</artifactId>
<version>1.0.4-RELEASE</version>
<type>pom</type>
</dependency>
implementation 'io.github.redick01:log-helper-example-support-httpclient:1.0.4-RELEASE'
implementation("io.github.redick01:log-helper-example-support-httpclient:1.0.4-RELEASE")
libraryDependencies += "io.github.redick01" % "log-helper-example-support-httpclient" % "1.0.4-RELEASE"
@Grapes(
@Grab(group='io.github.redick01', module='log-helper-example-support-httpclient', version='1.0.4-RELEASE')
)
<dependency org="io.github.redick01" name="log-helper-example-support-httpclient" rev="1.0.4-RELEASE" />
<parent> <groupId>io.github.redick01</groupId> <artifactId>log-helper-example</artifactId> <version>1.0.4-RELEASE</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.11.4
|-- com.fasterxml.jackson.core:jackson-core:2.11.4
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-logging
|-- org.springframework.boot:spring-boot-starter-aop
|-- io.github.redick01:log-helper-spring-boot-starter-common
|-- org.apache.httpcomponents:httpclient:4.5.4
|-- org.apache.httpcomponents.client5:httpclient5:5.0