Download hdp-capability-registry-api-1.0.0.jar file - Jar h

Jar examples for h:hdp-capability-registry-api

Description

This repository contains the source code for the capability registry API. This API exposes the interface through which a consumer or provider interacts with the capability registry.

You can download jar file hdp-capability-registry-api 1.0.0 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add hdp-capability-registry-api-1.0.0.jar to your project.

<dependency>
   <groupId>com.dell.cpsd</groupId>
   <artifactId>hdp-capability-registry-api</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.dell.cpsd', name: 'hdp-capability-registry-api', version: '1.0.0'
libraryDependencies += "com.dell.cpsd" % "hdp-capability-registry-api" % "1.0.0"
<dependency org="com.dell.cpsd" name="hdp-capability-registry-api" rev="1.0.0"/>
@Grapes(@Grab(group='com.dell.cpsd', module='hdp-capability-registry-api', version='1.0.0'))
'com.dell.cpsd:hdp-capability-registry-api:jar:1.0.0'

Download

Click the following link to download the jar file.

hdp-capability-registry-api-1.0.0.jar
hdp-capability-registry-api-1.0.0.pom



Related Tutorials