Skip to content

Installation

Alex Gilleran edited this page Apr 21, 2016 · 5 revisions

From Maven Central

Gradle

Add to your gradle build:

compile 'com.alexgilleran:icesoap:1.1.1'

Maven

Or if you're still using maven, add the following to your pom.xml file in <dependencies>:

<dependency>
    <groupId>com.alexgilleran</groupId>
    <artifactId>icesoap</artifactId>
    <type>jar</type>
    <version>1.1.1</version>
</dependency>

Using without Maven

If you want to include the jars manually:

The latest version is v1.1.1:

Previous versions of IceSoap can be found on Sonatype.

Clone this wiki locally