MVN

io.imunity.samly : samly2

Maven & Gradle

Oct 15, 2021
2 usages
0 stars

samly2 · Simple and efficient SAML2 support library based on XMLBeans

<dependency>
    <groupId>io.imunity.samly</groupId>
    <artifactId>samly2</artifactId>
    <version>2.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.imunity.samly : samly2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.1
  • Latest Release Candidate: 2.7.0-rc2

All Versions

Choose a version of io.imunity.samly : samly2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
samly2-2.7.1
samly2-2.7.0
samly2-2.7.0-rc2
samly2-2.7.0-rc1
2.6.x
samly2-2.6.0
2.5.x
samly2-2.5.0

How to add a dependency to Maven

Add the following io.imunity.samly : samly2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.imunity.samly</groupId>
    <artifactId>samly2</artifactId>
    <version>2.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.imunity.samly : samly2 gradle dependency to your build.gradle file:

implementation 'io.imunity.samly:samly2:2.7.1'

Gradle Kotlin DSL: Add the following io.imunity.samly : samly2 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.imunity.samly:samly2:2.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.imunity.samly : samly2 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.imunity.samly" % "samly2" % "2.7.1"

Advertisement