Getting started - aivancioglo/RestTest GitHub Wiki
Welcome to getting started page!
For Maven users:
<dependency>
<groupId>com.github.aivancioglo</groupId>
<artifactId>resttest-java</artifactId>
<version>1.4.0</version>
</dependency>
For Gradle users:
compile group: 'com.github.aivancioglo', name: 'resttest-java', version: '1.4.0'
Optionally you can create the resttest.properties
file in your resources
package. Use this file for your default settings. If you will not create this file, RestTest will use default values for each property. Read more about possible properties on the basics page.