MVN

network.particle : api-service

Maven & Gradle

Aug 17, 2023

particle-network · particle-network

<dependency>
    <groupId>network.particle</groupId>
    <artifactId>api-service</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of network.particle : api-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of network.particle : api-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
api-service-1.0.1
api-service-1.0.0
0.15.x
api-service-0.15.3
api-service-0.15.2
api-service-0.15.1
api-service-0.15.0
0.14.x
api-service-0.14.5
api-service-0.14.4
api-service-0.14.3
api-service-0.14.2
api-service-0.14.0
0.13.x
api-service-0.13.7
api-service-0.13.6
api-service-0.13.4
api-service-0.13.2
api-service-0.13.1
api-service-0.13.0
0.12.x
api-service-0.12.6
api-service-0.12.5
api-service-0.12.3
api-service-0.12.2
api-service-0.12.1
api-service-0.12.0
0.11.x
api-service-0.11.3
api-service-0.11.1
api-service-0.11.0
0.10.x
api-service-0.10.2
api-service-0.10.1
api-service-0.10.0
0.9.x
api-service-0.9.21
api-service-0.9.20
api-service-0.9.18
api-service-0.9.17
api-service-0.9.16
api-service-0.9.15
api-service-0.9.14
api-service-0.9.13
api-service-0.9.12
api-service-0.9.11
api-service-0.9.10
api-service-0.9.7
api-service-0.9.6
api-service-0.9.5
api-service-0.9.1
0.8.x
api-service-0.8.14
api-service-0.8.13
api-service-0.8.12
api-service-0.8.11
api-service-0.8.7
api-service-0.8.6
api-service-0.8.5
api-service-0.8.4
api-service-0.8.3
api-service-0.8.2
0.7.x
api-service-0.7.21
api-service-0.7.20
api-service-0.7.16
api-service-0.7.15
api-service-0.7.14
api-service-0.7.13
api-service-0.7.12
api-service-0.7.11
api-service-0.7.10
api-service-0.7.9
api-service-0.7.8
api-service-0.7.7
api-service-0.7.6
api-service-0.7.5
api-service-0.7.4
api-service-0.7.3
api-service-0.7.1
api-service-0.7.0
0.6.x
api-service-0.6.5
api-service-0.6.4
api-service-0.6.3
api-service-0.6.2
api-service-0.6.1
api-service-0.6.0
0.5.x
api-service-0.5.10
api-service-0.5.9
api-service-0.5.8
api-service-0.5.5
api-service-0.5.4
api-service-0.5.1
0.4.x
api-service-0.4.1
api-service-0.4.0
0.3.x
api-service-0.3.2
api-service-0.3.1
api-service-0.3.0
0.2.x
api-service-0.2.3
api-service-0.2.2
api-service-0.2.1
api-service-0.2.0
0.0.x
api-service-0.0.5

How to add a dependency to Maven

Add the following network.particle : api-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>network.particle</groupId>
    <artifactId>api-service</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following network.particle : api-service gradle dependency to your build.gradle file:

implementation 'network.particle:api-service:1.0.1'

Gradle Kotlin DSL: Add the following network.particle : api-service gradle kotlin dependency to your build.gradle.kts file:

implementation("network.particle:api-service:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following network.particle : api-service sbt scala dependency to your build.sbt file:

libraryDependencies += "network.particle" % "api-service" % "1.0.1"

Advertisement