MVN

network.particle : auth-service-browser

Maven & Gradle

Jul 13, 2023

particle-network · particle-network

<dependency>
    <groupId>network.particle</groupId>
    <artifactId>auth-service-browser</artifactId>
    <version>0.14.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.14.5

All Versions

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

Version Vulnerabilities Updated
0.14.x
auth-service-browser-0.14.5
auth-service-browser-0.14.4
auth-service-browser-0.14.3
auth-service-browser-0.14.2
auth-service-browser-0.14.0
0.13.x
auth-service-browser-0.13.7
auth-service-browser-0.13.6
auth-service-browser-0.13.4
auth-service-browser-0.13.2
auth-service-browser-0.13.1
auth-service-browser-0.13.0
0.12.x
auth-service-browser-0.12.6
auth-service-browser-0.12.5
auth-service-browser-0.12.3
auth-service-browser-0.12.2
auth-service-browser-0.12.1
auth-service-browser-0.12.0
0.11.x
auth-service-browser-0.11.3
auth-service-browser-0.11.1
auth-service-browser-0.11.0
0.10.x
auth-service-browser-0.10.2
auth-service-browser-0.10.1
auth-service-browser-0.10.0
0.9.x
auth-service-browser-0.9.21
auth-service-browser-0.9.20
auth-service-browser-0.9.18
auth-service-browser-0.9.17
auth-service-browser-0.9.16

How to add a dependency to Maven

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

<dependency>
    <groupId>network.particle</groupId>
    <artifactId>auth-service-browser</artifactId>
    <version>0.14.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'network.particle:auth-service-browser:0.14.5'

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

implementation("network.particle:auth-service-browser:0.14.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "network.particle" % "auth-service-browser" % "0.14.5"

Advertisement