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