Categories |
CategoriesSpring Boot Container Microservices webmagic Business Logic Libraries Web Crawling |
---|---|
GroupId | GroupIdin.hocg.boot |
ArtifactId | ArtifactIdwebmagic-spring-boot-starter |
Version | Version1.0.20 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/webmagic-spring-boot-starter/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>webmagic-spring-boot-starter</artifactId>
<version>1.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/webmagic-spring-boot-starter/
implementation 'in.hocg.boot:webmagic-spring-boot-starter:1.0.20'
// https://jarcasting.com/artifacts/in.hocg.boot/webmagic-spring-boot-starter/
implementation ("in.hocg.boot:webmagic-spring-boot-starter:1.0.20")
'in.hocg.boot:webmagic-spring-boot-starter:jar:1.0.20'
<dependency org="in.hocg.boot" name="webmagic-spring-boot-starter" rev="1.0.20">
<artifact name="webmagic-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='webmagic-spring-boot-starter', version='1.0.20')
)
libraryDependencies += "in.hocg.boot" % "webmagic-spring-boot-starter" % "1.0.20"
[in.hocg.boot/webmagic-spring-boot-starter "1.0.20"]