| GroupId | GroupIdme.xethh.libs.toolkits |
|---|---|
| ArtifactId | ArtifactIdcrawler |
| Version | Version1.4.4-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| crawler-1.4.4-RELEASE.pom | |
| crawler-1.4.4-RELEASE.jar | 52 KB |
| crawler-1.4.4-RELEASE-sources.jar | 6 KB |
| crawler-1.4.4-RELEASE-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.xethh.libs.toolkits/crawler/ -->
<dependency>
<groupId>me.xethh.libs.toolkits</groupId>
<artifactId>crawler</artifactId>
<version>1.4.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.libs.toolkits/crawler/
implementation 'me.xethh.libs.toolkits:crawler:1.4.4-RELEASE'
// https://jarcasting.com/artifacts/me.xethh.libs.toolkits/crawler/
implementation ("me.xethh.libs.toolkits:crawler:1.4.4-RELEASE")
'me.xethh.libs.toolkits:crawler:jar:1.4.4-RELEASE'
<dependency org="me.xethh.libs.toolkits" name="crawler" rev="1.4.4-RELEASE">
<artifact name="crawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.libs.toolkits', module='crawler', version='1.4.4-RELEASE')
)
libraryDependencies += "me.xethh.libs.toolkits" % "crawler" % "1.4.4-RELEASE"
[me.xethh.libs.toolkits/crawler "1.4.4-RELEASE"]