# bdio **Repository Path**: mirrors_blackducksoftware/bdio ## Basic Information - **Project Name**: bdio - **Description**: Black Duck I/O - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-29 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Black Duck I/O [![Build Status](https://travis-ci.org/blackducksoftware/bdio.svg?branch=master)](https://travis-ci.org/blackducksoftware/bdio) [![Download](https://api.bintray.com/packages/bds/oss/bdio/images/download.svg)](https://bintray.com/bds/oss/bdio/_latestVersion) Black Duck I/O is a specification for how to transfer data between Black Duck products, specifically Bill of Material (BOM) and scan related data. It is also an API for producing and consuming data conforming to the specification. The specification leverages [JSON-LD][json-ld] to represent data. You can find some simple examples of using the API to generate data on the [wiki][wiki]. ## Requirements The Black Duck I/O API requires Java 8 or later. The formatted data must conform to the [BDIO][bdio2_1] specification. ## Dependency Information Gradle ```` compile 'com.blackducksoftware.bdio:bdio-rxjava:x.y.z' ```` Maven ```` com.blackducksoftware.bdio bdio-rxjava x.y.z ```` ## Documentation Please refer to the [project wiki][wiki]. ## Build ```` $ git clone git@github.com:blackducksoftware/bdio.git bdio-libraries $ cd bdio-libraries/ $ docker build -t blackducksoftware/bdio-tinkerpop-db bdio-tinkerpop-db/ $ docker run -d -e POSTGRES_HOST_AUTH_METHOD=trust -p 5432:5432 blackducksoftware/bdio-tinkerpop-db $ ./gradlew build ```` ## License Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. [json-ld]: http://json-ld.org [bdio2_0]: https://blackducksoftware.github.io/bdio/specification/2.0 [bdio2_1]: https://blackducksoftware.github.io/bdio/specification/2.1 [wiki]: https://github.com/blackducksoftware/bdio/wiki