Skip to content
Sepehr Ghorbanpoor edited this page Oct 24, 2020 · 16 revisions

First things first, you can add this project as a module to your own project. But you can also use the final releases in your application using your build tools.

Maven:

Add jitpack:

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

Add dependency:

<dependency>
    <groupId>com.github.idioglossia</groupId>
    <artifactId>spring-rest-over-ws</artifactId>
    <version>1.3.5-RELEASE</version>
</dependency>

You can find instructions for gradle and other build tools, with version options in Jitpack - ROW.

Clone this wiki locally