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