GroupId | GroupIdme.xethh.libs.toolkits |
---|---|
ArtifactId | ArtifactIdcrawler |
Version | Version1.4.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
crawler-1.4.2-RELEASE.pom | |
crawler-1.4.2-RELEASE.jar | 51 KB |
crawler-1.4.2-RELEASE-sources.jar | 6 KB |
crawler-1.4.2-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.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.libs.toolkits/crawler/
implementation 'me.xethh.libs.toolkits:crawler:1.4.2-RELEASE'
// https://jarcasting.com/artifacts/me.xethh.libs.toolkits/crawler/
implementation ("me.xethh.libs.toolkits:crawler:1.4.2-RELEASE")
'me.xethh.libs.toolkits:crawler:jar:1.4.2-RELEASE'
<dependency org="me.xethh.libs.toolkits" name="crawler" rev="1.4.2-RELEASE">
<artifact name="crawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.libs.toolkits', module='crawler', version='1.4.2-RELEASE')
)
libraryDependencies += "me.xethh.libs.toolkits" % "crawler" % "1.4.2-RELEASE"
[me.xethh.libs.toolkits/crawler "1.4.2-RELEASE"]