diff options
author | Michael Lando <ml636r@att.com> | 2018-08-06 09:36:45 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-08-06 09:36:45 +0300 |
commit | 9cc8dff8223e03b6a5bc5cfc2c23d31989de2c61 (patch) | |
tree | 91a0d22358583fb8ec7357594c57be9f418c45b4 /README.md | |
parent | 49ddd53062def299766fcb0028dd7321777ffaaa (diff) |
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 <ml636r@att.com>
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 |