MVN

com.ganshane.specs : pop-sdk-all

Maven & Gradle

May 11, 2021

pop open api · pop open api

<dependency>
    <groupId>com.ganshane.specs</groupId>
    <artifactId>pop-sdk-all</artifactId>
    <version>1.10.85</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ganshane.specs : pop-sdk-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.85

All Versions

Choose a version of com.ganshane.specs : pop-sdk-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
pop-sdk-all-1.10.85
1.9.x
pop-sdk-all-1.9.87
pop-sdk-all-1.9.86
pop-sdk-all-1.9.77
pop-sdk-all-1.9.72
pop-sdk-all-1.9.70
pop-sdk-all-1.9.55
pop-sdk-all-1.9.54
pop-sdk-all-1.9.18

How to add a dependency to Maven

Add the following com.ganshane.specs : pop-sdk-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ganshane.specs</groupId>
    <artifactId>pop-sdk-all</artifactId>
    <version>1.10.85</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ganshane.specs : pop-sdk-all gradle dependency to your build.gradle file:

implementation 'com.ganshane.specs:pop-sdk-all:1.10.85'

Gradle Kotlin DSL: Add the following com.ganshane.specs : pop-sdk-all gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ganshane.specs:pop-sdk-all:1.10.85")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ganshane.specs : pop-sdk-all sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ganshane.specs" % "pop-sdk-all" % "1.10.85"

Advertisement