MVN

uk.gov.ida : saml-lib

Maven & Gradle

Jun 05, 2023
5 usages
0 stars

saml-lib · Library for saml-lib

<dependency>
    <groupId>uk.gov.ida</groupId>
    <artifactId>saml-lib</artifactId>
    <version>3.4.6-277</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.gov.ida : saml-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.6-277

All Versions

Choose a version of uk.gov.ida : saml-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
saml-lib-3.4.6-277
saml-lib-3.4.6-276
saml-lib-3.4.6-275
saml-lib-3.4.6-274
saml-lib-3.4.6-273
saml-lib-3.4.6-272
saml-lib-3.4.6-271
saml-lib-3.4.6-270
saml-lib-3.4.6-269
saml-lib-3.4.6-268
saml-lib-3.4.6-267
saml-lib-3.4.6-266
saml-lib-3.4.6-265
saml-lib-3.4.6-264
saml-lib-3.4.6-263
saml-lib-3.4.6-262
saml-lib-3.4.6-261
saml-lib-3.4.6-260
saml-lib-3.4.6-259
saml-lib-3.4.6-258
saml-lib-3.4.6-257
saml-lib-3.4.6-256
saml-lib-3.4.3-255
saml-lib-3.4.3-254
saml-lib-3.4.3-253

How to add a dependency to Maven

Add the following uk.gov.ida : saml-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.gov.ida</groupId>
    <artifactId>saml-lib</artifactId>
    <version>3.4.6-277</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.gov.ida : saml-lib gradle dependency to your build.gradle file:

implementation 'uk.gov.ida:saml-lib:3.4.6-277'

Gradle Kotlin DSL: Add the following uk.gov.ida : saml-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.gov.ida:saml-lib:3.4.6-277")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.gov.ida : saml-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.gov.ida" % "saml-lib" % "3.4.6-277"

Advertisement