MVN

com.alexgilleran : icesoap

Maven & Gradle

Apr 21, 2016
2 usages
74 stars

IceSoap · An easy, asynchronous SOAP library for Android

<dependency>
    <groupId>com.alexgilleran</groupId>
    <artifactId>icesoap</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alexgilleran : icesoap to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.alexgilleran : icesoap to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
icesoap-1.1.1
icesoap-1.1.0
1.0.x
icesoap-1.0.7
icesoap-1.0.6
icesoap-1.0.5
icesoap-1.0.4
icesoap-1.0.3
icesoap-1.0.2
icesoap-1.0.1
icesoap-1.0.0

How to add a dependency to Maven

Add the following com.alexgilleran : icesoap maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alexgilleran : icesoap gradle dependency to your build.gradle file:

implementation 'com.alexgilleran:icesoap:1.1.1'

Gradle Kotlin DSL: Add the following com.alexgilleran : icesoap gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alexgilleran:icesoap:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alexgilleran : icesoap sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alexgilleran" % "icesoap" % "1.1.1"

Advertisement