MVN

no.priv.bang.authservice : authservice-bom

Maven & Gradle

Jul 30, 2023
1 usages
4 stars

Authentication webapp Bill of Materials

<dependency>
    <groupId>no.priv.bang.authservice</groupId>
    <artifactId>authservice-bom</artifactId>
    <version>1.15.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.priv.bang.authservice : authservice-bom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15.10

All Versions

Choose a version of no.priv.bang.authservice : authservice-bom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15.x
authservice-bom-1.15.10
authservice-bom-1.15.9
authservice-bom-1.15.8
authservice-bom-1.15.7
authservice-bom-1.15.6
authservice-bom-1.15.5
authservice-bom-1.15.4
authservice-bom-1.15.3
authservice-bom-1.15.2
authservice-bom-1.15.1
authservice-bom-1.15.0
1.14.x
authservice-bom-1.14.8
authservice-bom-1.14.7
authservice-bom-1.14.6
authservice-bom-1.14.5
authservice-bom-1.14.4
authservice-bom-1.14.3
authservice-bom-1.14.2
authservice-bom-1.14.1
authservice-bom-1.14.0
1.13.x
authservice-bom-1.13.12
authservice-bom-1.13.11
authservice-bom-1.13.10
authservice-bom-1.13.9
authservice-bom-1.13.8
authservice-bom-1.13.7
authservice-bom-1.13.6
authservice-bom-1.13.5
authservice-bom-1.13.4
authservice-bom-1.13.3
authservice-bom-1.13.2

How to add a dependency to Maven

Add the following no.priv.bang.authservice : authservice-bom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.priv.bang.authservice</groupId>
    <artifactId>authservice-bom</artifactId>
    <version>1.15.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.priv.bang.authservice : authservice-bom gradle dependency to your build.gradle file:

implementation 'no.priv.bang.authservice:authservice-bom:1.15.10'

Gradle Kotlin DSL: Add the following no.priv.bang.authservice : authservice-bom gradle kotlin dependency to your build.gradle.kts file:

implementation("no.priv.bang.authservice:authservice-bom:1.15.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.priv.bang.authservice : authservice-bom sbt scala dependency to your build.sbt file:

libraryDependencies += "no.priv.bang.authservice" % "authservice-bom" % "1.15.10"