GroupId | GroupIdcom.google.code.crawler-commons |
---|---|
ArtifactId | ArtifactIdcrawler-commons |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
crawler-commons-0.4.pom | |
crawler-commons-0.4.jar | 126 KB |
crawler-commons-0.4-tests.jar | 63 KB |
crawler-commons-0.4-sources.jar | 105 KB |
crawler-commons-0.4-javadoc.jar | 276 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.crawler-commons/crawler-commons/ -->
<dependency>
<groupId>com.google.code.crawler-commons</groupId>
<artifactId>crawler-commons</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.crawler-commons/crawler-commons/
implementation 'com.google.code.crawler-commons:crawler-commons:0.4'
// https://jarcasting.com/artifacts/com.google.code.crawler-commons/crawler-commons/
implementation ("com.google.code.crawler-commons:crawler-commons:0.4")
'com.google.code.crawler-commons:crawler-commons:jar:0.4'
<dependency org="com.google.code.crawler-commons" name="crawler-commons" rev="0.4">
<artifact name="crawler-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.crawler-commons', module='crawler-commons', version='0.4')
)
libraryDependencies += "com.google.code.crawler-commons" % "crawler-commons" % "0.4"
[com.google.code.crawler-commons/crawler-commons "0.4"]