Download distribution-0.8.jar file - Jar d

Jar examples for d:distribution

Description

This project is intended to create distributions of the Quality-Check multimodule project.

You can download jar file distribution 0.8 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add distribution-0.8.jar to your project.

<dependency>
   <groupId>org.apache.airavata</groupId>
   <artifactId>distribution</artifactId>
   <version>0.8</version>
</dependency>
compile group: 'org.apache.airavata', name: 'distribution', version: '0.8'
libraryDependencies += "org.apache.airavata" % "distribution" % "0.8"
<dependency org="org.apache.airavata" name="distribution" rev="0.8"/>
@Grapes(@Grab(group='org.apache.airavata', module='distribution', version='0.8'))
'org.apache.airavata:distribution:jar:0.8'

Download

Click the following link to download the jar file.

distribution-0.8.pom



Related Tutorials