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