MVN

es.arcadiaconsulting.appstorestats : appstoresstats-ios

Maven & Gradle

Nov 30, 2016
6 stars

Java API for accessing App Stores statistics - iOS App Store

<dependency>
    <groupId>es.arcadiaconsulting.appstorestats</groupId>
    <artifactId>appstoresstats-ios</artifactId>
    <version>1.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of es.arcadiaconsulting.appstorestats : appstoresstats-ios to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.12

All Versions

Choose a version of es.arcadiaconsulting.appstorestats : appstoresstats-ios to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
appstoresstats-ios-1.0.12
appstoresstats-ios-1.0.10
appstoresstats-ios-1.0.9
appstoresstats-ios-1.0.8
appstoresstats-ios-1.0.7
appstoresstats-ios-1.0.5
appstoresstats-ios-1.0.4
appstoresstats-ios-1.0.3
appstoresstats-ios-1.0.2
appstoresstats-ios-1.0.1

How to add a dependency to Maven

Add the following es.arcadiaconsulting.appstorestats : appstoresstats-ios maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>es.arcadiaconsulting.appstorestats</groupId>
    <artifactId>appstoresstats-ios</artifactId>
    <version>1.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following es.arcadiaconsulting.appstorestats : appstoresstats-ios gradle dependency to your build.gradle file:

implementation 'es.arcadiaconsulting.appstorestats:appstoresstats-ios:1.0.12'

Gradle Kotlin DSL: Add the following es.arcadiaconsulting.appstorestats : appstoresstats-ios gradle kotlin dependency to your build.gradle.kts file:

implementation("es.arcadiaconsulting.appstorestats:appstoresstats-ios:1.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following es.arcadiaconsulting.appstorestats : appstoresstats-ios sbt scala dependency to your build.sbt file:

libraryDependencies += "es.arcadiaconsulting.appstorestats" % "appstoresstats-ios" % "1.0.12"

Advertisement