An open API service indexing awesome lists of open source software.

https://github.com/blackducksoftware/blackduck-common

Common Black Duck communication library
https://github.com/blackducksoftware/blackduck-common

integration-team library sig

Last synced: 18 days ago
JSON representation

Common Black Duck communication library

Awesome Lists containing this project

README

        

## Overview ##
The blackduck-common library supplies convenient communication with a Black Duck server through REST API's as well as providing convenient ways to download the CLI and execute it.
## Build ##

[![Build Status](https://travis-ci.org/blackducksoftware/blackduck-common.svg?branch=master)](https://travis-ci.org/blackducksoftware/blackduck-common)
[![Coverage Status](https://coveralls.io/repos/github/blackducksoftware/blackduck-common/badge.svg?branch=master)](https://coveralls.io/github/blackducksoftware/blackduck-common?branch=master)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Black Duck Security Risk](https://copilot.blackducksoftware.com/github/repos/blackducksoftware/blackduck-common/branches/master/badge-risk.svg)](https://copilot.blackducksoftware.com/github/repos/blackducksoftware/blackduck-common/branches/master)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.blackduck.integration%3Ablackduck-common&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.blackduck.integration%3Ablackduck-common)

## Where can I get the latest release? ##
You can download the latest release from Maven Central.

## Documentation ##
All documentation for blackduck-common can be found on the base project: https://github.com/blackducksoftware/blackduck-common/wiki

## Tests ##
To run integration tests, create a test.properties file under src/test/resources and populate the relevant key-value pairs (See TestingPropertyKey enum for possible keys).