Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.digitalpebble |
ArtifactId | ArtifactIdstorm-crawler |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
storm-crawler-0.2.pom | |
storm-crawler-0.2.jar | 115 KB |
storm-crawler-0.2-sources.jar | 88 KB |
storm-crawler-0.2-javadoc.jar | 326 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.digitalpebble/storm-crawler/ -->
<dependency>
<groupId>com.digitalpebble</groupId>
<artifactId>storm-crawler</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.digitalpebble/storm-crawler/
implementation 'com.digitalpebble:storm-crawler:0.2'
// https://jarcasting.com/artifacts/com.digitalpebble/storm-crawler/
implementation ("com.digitalpebble:storm-crawler:0.2")
'com.digitalpebble:storm-crawler:jar:0.2'
<dependency org="com.digitalpebble" name="storm-crawler" rev="0.2">
<artifact name="storm-crawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.digitalpebble', module='storm-crawler', version='0.2')
)
libraryDependencies += "com.digitalpebble" % "storm-crawler" % "0.2"
[com.digitalpebble/storm-crawler "0.2"]