| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.github.crawler-commons |
| Идентификатор | Идентификаторurlfrontier-client |
| Версия | Версия1.0 |
| Тип | Типjar |
| Описание |
Описаниеurlfrontier-client
Command line client implemented in Java for simple interactions with a URLFrontier server
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| urlfrontier-client-1.0.pom | |
| urlfrontier-client-1.0.jar | 15 MB |
| urlfrontier-client-1.0-tests.jar | 1 KB |
| urlfrontier-client-1.0-sources.jar | 11 KB |
| urlfrontier-client-1.0-javadoc.jar | 50 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier-client/ -->
<dependency>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier-client/
implementation 'com.github.crawler-commons:urlfrontier-client:1.0'
// https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier-client/
implementation ("com.github.crawler-commons:urlfrontier-client:1.0")
'com.github.crawler-commons:urlfrontier-client:jar:1.0'
<dependency org="com.github.crawler-commons" name="urlfrontier-client" rev="1.0">
<artifact name="urlfrontier-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crawler-commons', module='urlfrontier-client', version='1.0')
)
libraryDependencies += "com.github.crawler-commons" % "urlfrontier-client" % "1.0"
[com.github.crawler-commons/urlfrontier-client "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| info.picocli : picocli | jar | 4.6.1 |
| com.github.crawler-commons : urlfrontier-API | jar | 1.0 |
| com.google.protobuf : protobuf-java-util | jar | 3.17.3 |