Dependency Information

Apache Maven

<dependency>
  <groupId>org.openecomp.sdc</groupId>
  <artifactId>openecomp-sdc-vendor-software-product-lib</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.openecomp.sdc:openecomp-sdc-vendor-software-product-lib:pom:1.1.0'

Apache Ivy

<dependency org="org.openecomp.sdc" name="openecomp-sdc-vendor-software-product-lib" rev="1.1.0">
  <artifact name="openecomp-sdc-vendor-software-product-lib" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.openecomp.sdc', module='openecomp-sdc-vendor-software-product-lib', version='1.1.0')
)

Gradle/Grails

compile 'org.openecomp.sdc:openecomp-sdc-vendor-software-product-lib:1.1.0'

Scala SBT

libraryDependencies += "org.openecomp.sdc" % "openecomp-sdc-vendor-software-product-lib" % "1.1.0"

Leiningen

[org.openecomp.sdc/openecomp-sdc-vendor-software-product-lib "1.1.0"]