MVN

com.cloudsponge : cloudsponge

Maven & Gradle

Aug 24, 2012
4 stars

CloudSponge API Java Wrapper · Java Wrapper for the CloudSponge.com REST API. CloudSponge is the tool that you need to go viral. Create an account at http://www.cloudsponge.com and integrate with this library. In a few lines of code you'll have access to your users' contact lists.

<dependency>
    <groupId>com.cloudsponge</groupId>
    <artifactId>cloudsponge</artifactId>
    <version>1.0-RC2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0-RC2
  • Latest Release Candidate: 1.0-RC2

All Versions

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

Version Vulnerabilities Updated
1.0
cloudsponge-1.0-RC2
cloudsponge-1.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cloudsponge</groupId>
    <artifactId>cloudsponge</artifactId>
    <version>1.0-RC2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.cloudsponge:cloudsponge:1.0-RC2'

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

implementation("com.cloudsponge:cloudsponge:1.0-RC2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.cloudsponge" % "cloudsponge" % "1.0-RC2"