| License |
License |
|---|---|
| GroupId | GroupIdcom.github.brianway |
| ArtifactId | ArtifactIdwebporter-core |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava crawler application based on webmagic.
|
| Filename | Size |
|---|---|
| webporter-core-1.0.pom | |
| webporter-core-1.0.jar | 19 KB |
| webporter-core-1.0-sources.jar | 11 KB |
| webporter-core-1.0-javadoc.jar | 115 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.brianway/webporter-core/ -->
<dependency>
<groupId>com.github.brianway</groupId>
<artifactId>webporter-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.brianway/webporter-core/
implementation 'com.github.brianway:webporter-core:1.0'
// https://jarcasting.com/artifacts/com.github.brianway/webporter-core/
implementation ("com.github.brianway:webporter-core:1.0")
'com.github.brianway:webporter-core:jar:1.0'
<dependency org="com.github.brianway" name="webporter-core" rev="1.0">
<artifact name="webporter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.brianway', module='webporter-core', version='1.0')
)
libraryDependencies += "com.github.brianway" % "webporter-core" % "1.0"
[com.github.brianway/webporter-core "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 15.0 |
| us.codecraft : webmagic-core | jar | 0.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |