Categories |
CategoriesORM Data StormCrawler Business Logic Libraries Web Crawling |
---|---|
GroupId | GroupIdcom.digitalpebble.stormcrawler |
ArtifactId | ArtifactIdstorm-crawler-external |
Version | Version1.4 |
Type | Typepom |
Filename | Size |
---|---|
storm-crawler-external-1.4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler-external/ -->
<dependency>
<groupId>com.digitalpebble.stormcrawler</groupId>
<artifactId>storm-crawler-external</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler-external/
implementation 'com.digitalpebble.stormcrawler:storm-crawler-external:1.4'
// https://jarcasting.com/artifacts/com.digitalpebble.stormcrawler/storm-crawler-external/
implementation ("com.digitalpebble.stormcrawler:storm-crawler-external:1.4")
'com.digitalpebble.stormcrawler:storm-crawler-external:pom:1.4'
<dependency org="com.digitalpebble.stormcrawler" name="storm-crawler-external" rev="1.4">
<artifact name="storm-crawler-external" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.digitalpebble.stormcrawler', module='storm-crawler-external', version='1.4')
)
libraryDependencies += "com.digitalpebble.stormcrawler" % "storm-crawler-external" % "1.4"
[com.digitalpebble.stormcrawler/storm-crawler-external "1.4"]