GroupId | GroupIdcom.soulgalore |
---|---|
ArtifactId | ArtifactIdcrawler |
Version | Version1.5.9 |
Type | Typejar |
Filename | Size |
---|---|
crawler-1.5.9.pom | |
crawler-1.5.9.jar | 63 KB |
crawler-1.5.9-sources.jar | 46 KB |
crawler-1.5.9-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.soulgalore/crawler/ -->
<dependency>
<groupId>com.soulgalore</groupId>
<artifactId>crawler</artifactId>
<version>1.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.soulgalore/crawler/
implementation 'com.soulgalore:crawler:1.5.9'
// https://jarcasting.com/artifacts/com.soulgalore/crawler/
implementation ("com.soulgalore:crawler:1.5.9")
'com.soulgalore:crawler:jar:1.5.9'
<dependency org="com.soulgalore" name="crawler" rev="1.5.9">
<artifact name="crawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soulgalore', module='crawler', version='1.5.9')
)
libraryDependencies += "com.soulgalore" % "crawler" % "1.5.9"
[com.soulgalore/crawler "1.5.9"]