MVN

io.plugy : core

Maven & Gradle

Feb 14, 2015
2 stars

Plugy Core SDK · Plugy is mobile Backend-as-a-Service and this is Core SDK of Plugy.

<dependency>
    <groupId>io.plugy</groupId>
    <artifactId>core</artifactId>
    <version>0.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.plugy : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.7

All Versions

Choose a version of io.plugy : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
core-0.2.7
core-0.2.6
core-0.2.5
core-0.2.4
core-0.2.3
core-0.2.2
core-0.2.1
core-0.2.0
0.1.x
core-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.plugy</groupId>
    <artifactId>core</artifactId>
    <version>0.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.plugy : core gradle dependency to your build.gradle file:

implementation 'io.plugy:core:0.2.7'

Gradle Kotlin DSL: Add the following io.plugy : core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.plugy:core:0.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.plugy : core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.plugy" % "core" % "0.2.7"

Advertisement