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