Cask Common Libraries: Core

Common utilities

License

License

GroupId

GroupId

co.cask.common
ArtifactId

ArtifactId

common-core
Last Version

Last Version

0.11.0
Release Date

Release Date

Type

Type

jar
Description

Description

Cask Common Libraries: Core
Common utilities
Project Organization

Project Organization

Cask

Download common-core

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.guava : guava jar 13.0.1
org.slf4j : slf4j-api jar 1.7.5
com.google.code.findbugs : jsr305 jar 2.0.1

Project Modules

There are no modules declared in this project.

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

Versions

Version
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