MVN

io.github.domstolene.esas : validering-jwks

Maven & Gradle

Aug 11, 2023
0 stars

Valideringsnoekler · JSON-schema for begjæring om varetekt

<dependency>
    <groupId>io.github.domstolene.esas</groupId>
    <artifactId>validering-jwks</artifactId>
    <version>11082023.428b5d4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.domstolene.esas : validering-jwks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11082023.428b5d4

All Versions

Choose a version of io.github.domstolene.esas : validering-jwks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
30062023.be0ac3a
validering-jwks-30062023.be0ac3a
30062023.5cd8878
validering-jwks-30062023.5cd8878
29052023.c4f37ae
validering-jwks-29052023.c4f37ae
29032023.186cabd
validering-jwks-29032023.186cabd
28072023.fc5b237
validering-jwks-28072023.fc5b237
28072023.166b0d9
validering-jwks-28072023.166b0d9
28042023.3daeeb0
validering-jwks-28042023.3daeeb0
28042023.b66566f
validering-jwks-28042023.b66566f
27032023.397adc6
validering-jwks-27032023.397adc6
25052023.8969f78
validering-jwks-25052023.8969f78
24072023.943033a
validering-jwks-24072023.943033a
24072023.05a1897
validering-jwks-24072023.05a1897
24052023.a258e52
validering-jwks-24052023.a258e52
24052023.51bffea
validering-jwks-24052023.51bffea
24032023.ca3a9eb
validering-jwks-24032023.ca3a9eb
23052023.154ff73
validering-jwks-23052023.154ff73
22052023.4e63f60
validering-jwks-22052023.4e63f60
22052023.eeedc13
validering-jwks-22052023.eeedc13
22052023.6ba58b7
validering-jwks-22052023.6ba58b7
21042023.604620e
validering-jwks-21042023.604620e
21032023.09a921e
validering-jwks-21032023.09a921e
20012023.69fe65f
validering-jwks-20012023.69fe65f
19062023.e4353e5
validering-jwks-19062023.e4353e5
19062023.c8a0544
validering-jwks-19062023.c8a0544
19042023.d69a27c
validering-jwks-19042023.d69a27c
17072023.3d88f54
validering-jwks-17072023.3d88f54
17072023.e3799ba
validering-jwks-17072023.e3799ba
16062023.1c0910c
validering-jwks-16062023.1c0910c
16012023.7c21726
validering-jwks-16012023.7c21726
15052023.b28468e
validering-jwks-15052023.b28468e
14042023.f49c841
validering-jwks-14042023.f49c841
13062023.0541069
validering-jwks-13062023.0541069
13042023.0954234
validering-jwks-13042023.0954234
13032023.5388365
validering-jwks-13032023.5388365
13032023.a54267c
validering-jwks-13032023.a54267c
11082023.428b5d4
validering-jwks-11082023.428b5d4
10082023.eaebf9f
validering-jwks-10082023.eaebf9f
10082023.366d334
validering-jwks-10082023.366d334
08082023.249ba47
validering-jwks-08082023.249ba47
08082023.d463fdd
validering-jwks-08082023.d463fdd
08082023.0308aa9
validering-jwks-08082023.0308aa9
07082023.20d64c7
validering-jwks-07082023.20d64c7
06032023.ec0cff2
validering-jwks-06032023.ec0cff2
06032023.d39400b
validering-jwks-06032023.d39400b
04052023.28db4c0
validering-jwks-04052023.28db4c0
02082023.8c5451c
validering-jwks-02082023.8c5451c
01062023.7ac07e7
validering-jwks-01062023.7ac07e7
01032023.81fbd7b
validering-jwks-01032023.81fbd7b

How to add a dependency to Maven

Add the following io.github.domstolene.esas : validering-jwks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.domstolene.esas</groupId>
    <artifactId>validering-jwks</artifactId>
    <version>11082023.428b5d4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.domstolene.esas : validering-jwks gradle dependency to your build.gradle file:

implementation 'io.github.domstolene.esas:validering-jwks:11082023.428b5d4'

Gradle Kotlin DSL: Add the following io.github.domstolene.esas : validering-jwks gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.domstolene.esas:validering-jwks:11082023.428b5d4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.domstolene.esas : validering-jwks sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.domstolene.esas" % "validering-jwks" % "11082023.428b5d4"