In this page we are giving Maven Dependency of com.tradeshift >> tradeshift-ubl-jsonschema version2.1.0-cnd02
You should include the dependency code given in this page to add Maven Dependency of com.tradeshift >> tradeshift-ubl-jsonschema version2.1.0-cnd02 in your project.
In this page we are going to discuss about tradeshift-ubl-jsonschema version 2.1.0-cnd02 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use tradeshift-ubl-jsonschema version 2.1.0-cnd02 dependency by just including the code discussed here in pom.xml file of your Maven project.
Maven dependency automatically download dependent library of tradeshift-ubl-jsonschema version 2.1.0-cnd02 and include the necessary jar files in the project.
Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.
We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...
Maven dependency of tradeshift-ubl-jsonschema version 2.1.0-cnd02:
<dependency> <groupId>com.tradeshift</groupId> <artifactId>tradeshift-ubl-jsonschema</artifactId> <version>2.1.0-cnd02</version> </dependency>
Gradle Dependency of tradeshift-ubl-jsonschema version 2.1.0-cnd02
compile group: 'com.tradeshift', name: 'tradeshift-ubl-jsonschema', version: '2.1.0-cnd02'
SBT Dependency of tradeshift-ubl-jsonschema version 2.1.0-cnd02
libraryDependencies += "com.tradeshift" % "tradeshift-ubl-jsonschema" % "2.1.0-cnd02"
Ivy Dependency of tradeshift-ubl-jsonschema version 2.1.0-cnd02
<dependency org="com.tradeshift" name="tradeshift-ubl-jsonschema" rev="2.1.0-cnd02"/>
Grape Dependency of tradeshift-ubl-jsonschema version 2.1.0-cnd02
@Grapes( @Grab(group='com.tradeshift', module='tradeshift-ubl-jsonschema', version='2.1.0-cnd02') )
Leiningen Dependency of tradeshift-ubl-jsonschema version 2.1.0-cnd02
[com.tradeshift/tradeshift-ubl-jsonschema "2.1.0-cnd02"]
Buildr Dependency of tradeshift-ubl-jsonschema version 2.1.0-cnd02
'com.tradeshift:tradeshift-ubl-jsonschema:jar:2.1.0-cnd02'
Advertisements