Download cortx-maven-plugin-0.1.3.jar file - Jar c

Jar examples for c:cortx-maven-plugin

Description

Maven plugin that facilitates the testing of client side REST services

You can download jar file cortx-maven-plugin 0.1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add cortx-maven-plugin-0.1.3.jar to your project.

<dependency>
   <groupId>org.cortx</groupId>
   <artifactId>cortx-maven-plugin</artifactId>
   <version>0.1.3</version>
</dependency>
compile group: 'org.cortx', name: 'cortx-maven-plugin', version: '0.1.3'
libraryDependencies += "org.cortx" % "cortx-maven-plugin" % "0.1.3"
<dependency org="org.cortx" name="cortx-maven-plugin" rev="0.1.3"/>
@Grapes(@Grab(group='org.cortx', module='cortx-maven-plugin', version='0.1.3'))
'org.cortx:cortx-maven-plugin:jar:0.1.3'

Download

Click the following link to download the jar file.

cortx-maven-plugin-0.1.3-javadoc.jar
cortx-maven-plugin-0.1.3-sources.jar
cortx-maven-plugin-0.1.3.jar
cortx-maven-plugin-0.1.3.pom



Related Tutorials