From: Michael Lando Date: Mon, 6 Aug 2018 06:36:45 +0000 (+0300) Subject: add info to README X-Git-Tag: 1.4.4~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9cc8dff8223e03b6a5bc5cfc2c23d31989de2c61;p=sdc%2Fsdc-tosca.git add info to README add information on consuming the parser as a maven dependency. Change-Id: I3a8c2dabea78dea3e4d4e3a4e5e173a186a79bb2 Issue-ID: SDC-1599 Signed-off-by: Michael Lando --- diff --git a/README.md b/README.md index 362ca7a..ce3e3fb 100644 --- a/README.md +++ b/README.md @@ -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: +``` + + org.onap.sdc.sdc-tosca + sdc-tosca + 1.4.1 + +``` + + # Getting Help