| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.github.crawler-commons |
| ArtifactId | ArtifactIdurlfrontier-client |
| Version | Version0.2 |
| 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-0.2.pom | |
| urlfrontier-client-0.2.jar | 14 MB |
| urlfrontier-client-0.2-tests.jar | 1 KB |
| urlfrontier-client-0.2-sources.jar | 8 KB |
| urlfrontier-client-0.2-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier-client/ -->
<dependency>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier-client</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier-client/
implementation 'com.github.crawler-commons:urlfrontier-client:0.2'
// https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier-client/
implementation ("com.github.crawler-commons:urlfrontier-client:0.2")
'com.github.crawler-commons:urlfrontier-client:jar:0.2'
<dependency org="com.github.crawler-commons" name="urlfrontier-client" rev="0.2">
<artifact name="urlfrontier-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crawler-commons', module='urlfrontier-client', version='0.2')
)
libraryDependencies += "com.github.crawler-commons" % "urlfrontier-client" % "0.2"
[com.github.crawler-commons/urlfrontier-client "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| info.picocli : picocli | jar | 4.6.1 |
| com.github.crawler-commons : urlfrontier-API | jar | 0.2 |
| com.google.protobuf : protobuf-java-util | jar | 3.12.0 |