MVN

com.handpoint.api.shared : networking

Maven & Gradle

Aug 02, 2023
7 usages
0 stars

networking · HandpointSDK for Android

<dependency>
    <groupId>com.handpoint.api.shared</groupId>
    <artifactId>networking</artifactId>
    <version>7.1002.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.handpoint.api.shared : networking to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.1002.1

All Versions

Choose a version of com.handpoint.api.shared : networking to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.1002.x
networking-7.1002.1
networking-7.1002.0
7.1001.x
networking-7.1001.4
networking-7.1001.3
networking-7.1001.2
networking-7.1001.1
networking-7.1001.0
7.0.x
networking-7.0.2
networking-7.0.1
networking-7.0.0
6.7.x
networking-6.7.7
networking-6.7.5
networking-6.7.4
networking-6.7.3
networking-6.7.2
networking-6.7.1
networking-6.7.0
6.6.x
networking-6.6.7
networking-6.6.6
networking-6.6.5
networking-6.6.4
networking-6.6.3
networking-6.6.0
6.5.x
networking-6.5.0
6.4.x
networking-6.4.1
networking-6.4.0
6.3.x
networking-6.3.0
6.2.x
networking-6.2.2
networking-6.2.1
networking-6.2.0
6.1.x
networking-6.1.1
networking-6.1.0
6.0.x
networking-6.0.8
networking-6.0.7
networking-6.0.6
networking-6.0.5
networking-6.0.4
networking-6.0.3
networking-6.0.2
networking-6.0.1
networking-6.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.handpoint.api.shared</groupId>
    <artifactId>networking</artifactId>
    <version>7.1002.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.handpoint.api.shared : networking gradle dependency to your build.gradle file:

implementation 'com.handpoint.api.shared:networking:7.1002.1'

Gradle Kotlin DSL: Add the following com.handpoint.api.shared : networking gradle kotlin dependency to your build.gradle.kts file:

implementation("com.handpoint.api.shared:networking:7.1002.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.handpoint.api.shared : networking sbt scala dependency to your build.sbt file:

libraryDependencies += "com.handpoint.api.shared" % "networking" % "7.1002.1"

Advertisement