Forum Discussion
1 Reply
- redfish4ktc2Super ContributorHi,
you should use a build tool with dependency management support.
For maven, you only need to add the following dependency to your pom:<dependency>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui</artifactId>
<version>4.6.4</version>
</dependency>
Now you have the maven coordinates, you are able to convert them for being used in your favorite build tool.