| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.github.crawler-commons |
| ArtifactId | ArtifactIdurlfrontier-client |
| Version | Version2.0 |
| Type | Typejar |
| Description |
Descriptionurlfrontier-client
Command line client implemented in Java for simple interactions with a URLFrontier server
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| urlfrontier-client-2.0.pom | |
| urlfrontier-client-2.0.jar | 16 MB |
| urlfrontier-client-2.0-tests.jar | 1 KB |
| urlfrontier-client-2.0-sources.jar | 17 KB |
| urlfrontier-client-2.0-javadoc.jar | 65 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier-client/ -->
<dependency>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier-client</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier-client/
implementation 'com.github.crawler-commons:urlfrontier-client:2.0'
// https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier-client/
implementation ("com.github.crawler-commons:urlfrontier-client:2.0")
'com.github.crawler-commons:urlfrontier-client:jar:2.0'
<dependency org="com.github.crawler-commons" name="urlfrontier-client" rev="2.0">
<artifact name="urlfrontier-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crawler-commons', module='urlfrontier-client', version='2.0')
)
libraryDependencies += "com.github.crawler-commons" % "urlfrontier-client" % "2.0"
[com.github.crawler-commons/urlfrontier-client "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| info.picocli : picocli | jar | 4.6.3 |
| com.github.crawler-commons : urlfrontier-API | jar | 2.0 |
| com.google.protobuf : protobuf-java-util | jar | 3.19.4 |