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