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