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