diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -36,6 +36,18 @@ String target_range = fdntCsarHelper.getNodeTemplatePropertyLeafValue(serviceNod ``` +# Adding the SDC-Tosca to you project +the SDC tosca is avilalble as a maven depandency. +to use add the folowing depandency to your POM file: +``` +<dependency> + <groupId>org.onap.sdc.sdc-tosca</groupId> + <artifactId>sdc-tosca</artifactId> + <version>1.4.1</version> +</dependency> +``` + + # Getting Help |