GroupId | GroupIdcom.google.code.crawler-commons |
---|---|
ArtifactId | ArtifactIdcrawler-commons |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
crawler-commons-0.2.pom | |
crawler-commons-0.2.jar | 94 KB |
crawler-commons-0.2-tests.jar | 61 KB |
crawler-commons-0.2-sources.jar | 74 KB |
crawler-commons-0.2-javadoc.jar | 241 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.crawler-commons/crawler-commons/
implementation 'com.google.code.crawler-commons:crawler-commons:0.2'
// https://jarcasting.com/artifacts/com.google.code.crawler-commons/crawler-commons/
implementation ("com.google.code.crawler-commons:crawler-commons:0.2")
'com.google.code.crawler-commons:crawler-commons:jar:0.2'
<dependency org="com.google.code.crawler-commons" name="crawler-commons" rev="0.2">
<artifact name="crawler-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.crawler-commons', module='crawler-commons', version='0.2')
)
libraryDependencies += "com.google.code.crawler-commons" % "crawler-commons" % "0.2"
[com.google.code.crawler-commons/crawler-commons "0.2"]