Categories |
CategoriesSpring Boot Container Microservices webmagic Business Logic Libraries Web Crawling |
---|---|
GroupId | GroupIdin.hocg.boot |
ArtifactId | ArtifactIdspring-boot-webmagic |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-webmagic-1.0.3.pom | 952 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/spring-boot-webmagic/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>spring-boot-webmagic</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/spring-boot-webmagic/
implementation 'in.hocg.boot:spring-boot-webmagic:1.0.3'
// https://jarcasting.com/artifacts/in.hocg.boot/spring-boot-webmagic/
implementation ("in.hocg.boot:spring-boot-webmagic:1.0.3")
'in.hocg.boot:spring-boot-webmagic:pom:1.0.3'
<dependency org="in.hocg.boot" name="spring-boot-webmagic" rev="1.0.3">
<artifact name="spring-boot-webmagic" type="pom" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='spring-boot-webmagic', version='1.0.3')
)
libraryDependencies += "in.hocg.boot" % "spring-boot-webmagic" % "1.0.3"
[in.hocg.boot/spring-boot-webmagic "1.0.3"]