# bdns **Repository Path**: mirrors_blackducksoftware/bdns ## Basic Information - **Project Name**: bdns - **Description**: No description available - **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**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Black Duck Namespaces [![Build Status](https://travis-ci.org/blackducksoftware/bdns.svg?branch=master)](https://travis-ci.org/blackducksoftware/bdns) [![Download](https://api.bintray.com/packages/bds/oss/bdns/images/download.svg)](https://bintray.com/bds/oss/bdns/_latestVersion) TODO ## Requirements The Black Duck Namespaces library for Java requires Java 8 or later. ## Dependency Information Gradle ```` compile 'com.blackducksoftware.bdns:bdns:x.y.z' ```` Maven ```` com.blackducksoftware.bdns bdns x.y.z ```` ## Documentation TODO ## Build ```` $ git clone git@github.com:blackducksoftware/bdns.git bdns-libraries $ cd bdns-libraries/ $ ./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.