-
Notifications
You must be signed in to change notification settings - Fork 18
Installation
Alex Gilleran edited this page Apr 21, 2016
·
5 revisions
Add to your gradle build:
compile 'com.alexgilleran:icesoap:1.1.1'
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>
If you want to include the jars manually:
The latest version is v1.1.1:
- Jar with Dependencies This has IceSoap bundled with its dependencies.
- Javadoc Jar Contains the javadoc for the code
- Sources Jar Contains the sources for the code
Previous versions of IceSoap can be found on Sonatype.