MVN

io.imunity : unity-server-idp-spi

Maven & Gradle

Aug 14, 2023
19 stars

UNITY Server idp-spi module · IDP service provider interface

<dependency>
    <groupId>io.imunity</groupId>
    <artifactId>unity-server-idp-spi</artifactId>
    <version>3.13.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.imunity : unity-server-idp-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.13.1

All Versions

Choose a version of io.imunity : unity-server-idp-spi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.13.x
unity-server-idp-spi-3.13.1
unity-server-idp-spi-3.13.0
3.12.x
unity-server-idp-spi-3.12.0
3.11.x
unity-server-idp-spi-3.11.2
unity-server-idp-spi-3.11.1
unity-server-idp-spi-3.11.0
3.10.x
unity-server-idp-spi-3.10.0

How to add a dependency to Maven

Add the following io.imunity : unity-server-idp-spi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.imunity</groupId>
    <artifactId>unity-server-idp-spi</artifactId>
    <version>3.13.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.imunity : unity-server-idp-spi gradle dependency to your build.gradle file:

implementation 'io.imunity:unity-server-idp-spi:3.13.1'

Gradle Kotlin DSL: Add the following io.imunity : unity-server-idp-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("io.imunity:unity-server-idp-spi:3.13.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.imunity : unity-server-idp-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "io.imunity" % "unity-server-idp-spi" % "3.13.1"

Advertisement