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