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