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
- Host: GitHub
- URL: https://github.com/blackducksoftware/blackduck-common
- Owner: blackducksoftware
- License: apache-2.0
- Created: 2016-04-08T20:59:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T09:13:18.000Z (about 1 month ago)
- Last Synced: 2025-03-24T10:45:36.878Z (about 1 month ago)
- Topics: integration-team, library, sig
- Language: Java
- Homepage:
- Size: 124 MB
- Stars: 5
- Watchers: 20
- Forks: 26
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ##[](https://travis-ci.org/blackducksoftware/blackduck-common)
[](https://coveralls.io/github/blackducksoftware/blackduck-common?branch=master)
[](https://opensource.org/licenses/Apache-2.0)
[](https://copilot.blackducksoftware.com/github/repos/blackducksoftware/blackduck-common/branches/master)
[](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).