MVN

com.nxcloud.nxphone : sips

Maven & Gradle

Aug 24, 2021

sips · An easy to communication over internet by Android.

<dependency>
    <groupId>com.nxcloud.nxphone</groupId>
    <artifactId>sips</artifactId>
    <version>0.0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nxcloud.nxphone : sips to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.21

All Versions

Choose a version of com.nxcloud.nxphone : sips to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
sips-0.0.21
sips-0.0.20
sips-0.0.19
sips-0.0.18
sips-0.0.17
sips-0.0.16
sips-0.0.15
sips-0.0.14
sips-0.0.13
sips-0.0.12
sips-0.0.11
sips-0.0.10
sips-0.0.9
sips-0.0.8
sips-0.0.7
sips-0.0.6
sips-0.0.5
sips-0.0.4
sips-0.0.3
sips-0.0.2
sips-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nxcloud.nxphone</groupId>
    <artifactId>sips</artifactId>
    <version>0.0.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nxcloud.nxphone : sips gradle dependency to your build.gradle file:

implementation 'com.nxcloud.nxphone:sips:0.0.21'

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

implementation("com.nxcloud.nxphone:sips:0.0.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nxcloud.nxphone : sips sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nxcloud.nxphone" % "sips" % "0.0.21"

Advertisement