Cask Common Libraries: HTTP

Common utilities

Лицензия

Лицензия

Группа

Группа

co.cask.common
Идентификатор

Идентификатор

common-http
Последняя версия

Последняя версия

0.11.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Cask Common Libraries: HTTP
Common utilities
Организация-разработчик

Организация-разработчик

Cask

Скачать common-http

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/co.cask.common/common-http/ -->
<dependency>
    <groupId>co.cask.common</groupId>
    <artifactId>common-http</artifactId>
    <version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.common/common-http/
implementation 'co.cask.common:common-http:0.11.0'
// https://jarcasting.com/artifacts/co.cask.common/common-http/
implementation ("co.cask.common:common-http:0.11.0")
'co.cask.common:common-http:jar:0.11.0'
<dependency org="co.cask.common" name="common-http" rev="0.11.0">
  <artifact name="common-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.common', module='common-http', version='0.11.0')
)
libraryDependencies += "co.cask.common" % "common-http" % "0.11.0"
[co.cask.common/common-http "0.11.0"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
co.cask.common : common-io jar 0.11.0
org.slf4j : slf4j-api jar 1.7.5
com.google.guava : guava jar 13.0.1
com.google.code.gson : gson jar 2.2.4
com.google.code.findbugs : jsr305 jar 2.0.1

test (3)

Идентификатор библиотеки Тип Версия
co.cask.http : netty-http jar 0.4.0
junit : junit jar 4.11
com.google.inject : guice jar 3.0

Модули Проекта

Данный проект не имеет модулей.

CDAP Common Libraries

Introduction

The CDAP Common Libraries provide reusable modules that came out of CDAP projects.

Modules

The CDAP Common Libraries consists of these modules:

  • common-cli: CLI framework that provides a CLI with auto-completion and command-parsing
  • common-http: Simple HTTP utilities
  • common-io: IO utilities

Версии библиотеки

Версия
0.11.0
0.10.0
0.9.0
0.8.0
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0