MVN

no.nav.common : audit-log

Maven & Gradle

Jan 10, 2023
8 stars
<dependency>
    <groupId>no.nav.common</groupId>
    <artifactId>audit-log</artifactId>
    <version>2.2023.01.10_13.49-81ddc732df3a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.nav.common : audit-log to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2023.01.10_13.49-81ddc732df3a

All Versions

Choose a version of no.nav.common : audit-log to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2023.x
audit-log-2.2023.01.10_13.49-81ddc732df3a
audit-log-2.2023.01.09_08.56-ae38750bc0d9
audit-log-2.2023.01.02_13.51-1c6adeb1653b
2.2022.x
audit-log-2.2022.11.16_15.18-421ec713e2a0
audit-log-2.2022.11.16_08.36-35c94368bc44
audit-log-2.2022.11.16_08.08-fdaecc4a9f94
audit-log-2.2022.11.10_08.37-7216bb5b1ede
audit-log-2.2022.11.10_08.33-17c939f55d91
audit-log-2.2022.11.10_08.35-ef4fef3c53ea
audit-log-2.2022.11.10_08.33-560306ed169a
audit-log-2.2022.10.28_08.02-d7d341cf26ba
audit-log-2.2022.10.28_07.58-948a0174f7b3
audit-log-2.2022.10.28_07.55-ff0c8f26483c
audit-log-2.2022.10.28_07.52-8d32d9bd2eed
audit-log-2.2022.10.28_07.53-25ffb4a980b5
audit-log-2.2022.10.20_07.46-64a2e6bdf2d0
audit-log-2.2022.10.11_08.33-4f72c1840f61
audit-log-2.2022.09.26_07.11-03f3446a5084
audit-log-2.2022.09.26_07.11-78a5190823bd
audit-log-2.2022.09.26_07.11-9c0037f021cb
audit-log-2.2022.09.23_08.21-3f442c9af895
audit-log-2.2022.09.15_07.46-e4fa96eb6813
audit-log-2.2022.09.09_12.09-f56d40d6d405
audit-log-2.2022.09.02_11.03-814b99d3e7f7
audit-log-2.2022.09.02_11.04-2530dd139a0a
audit-log-2.2022.09.02_10.55-5e1518630b67
audit-log-2.2022.08.31_10.30-f0905803be03
audit-log-2.2022.08.31_07.44-8b59d97cab1b
audit-log-2.2022.08.15_07.05-3fef82ca5c66
audit-log-2.2022.08.09_10.24-3195203d427c
audit-log-2.2022.08.09_10.24-e286f72ca9e8
audit-log-2.2022.08.09_10.24-05f6a08229d7
audit-log-2.2022.08.09_10.23-8ee31a989245
audit-log-2.2022.08.08_12.01-3b1d8bafc694
audit-log-2.2022.08.08_06.57-b2da56d7bbf4
audit-log-2.2022.08.08_06.56-ed1cb1911cb6
audit-log-2.2022.08.05_09.14-03f10c73206e
audit-log-2.2022.07.01_07.12-6a0864fa6938
audit-log-2.2022.06.30_14.40-a34f4016edd9
audit-log-2.2022.06.30_14.36-bd729fdf6c67
audit-log-2.2022.06.30_14.32-61f63d1a89f2
audit-log-2.2022.06.30_13.28-d6517db2c62c
audit-log-2.2022.06.30_12.48-dc5391b28f60
audit-log-2.2022.06.30_06.18-2503f311e3ab
audit-log-2.2022.06.30_06.19-0603b0416483
audit-log-2.2022.06.30_06.19-f9c7e9062eec
audit-log-2.2022.06.30_06.15-5b14f9c1c6f8
audit-log-2.2022.06.30_06.15-e67de67df422
audit-log-2.2022.06.20_04.34-44e077dc9a78
audit-log-2.2022.06.09_14.12-35aa4a6ecaa7
audit-log-2.2022.06.07_07.02-b553e2a2f691
audit-log-2.2022.06.07_04.41-d48e48efb9b3

How to add a dependency to Maven

Add the following no.nav.common : audit-log maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.nav.common</groupId>
    <artifactId>audit-log</artifactId>
    <version>2.2023.01.10_13.49-81ddc732df3a</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.nav.common : audit-log gradle dependency to your build.gradle file:

implementation 'no.nav.common:audit-log:2.2023.01.10_13.49-81ddc732df3a'

Gradle Kotlin DSL: Add the following no.nav.common : audit-log gradle kotlin dependency to your build.gradle.kts file:

implementation("no.nav.common:audit-log:2.2023.01.10_13.49-81ddc732df3a")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.nav.common : audit-log sbt scala dependency to your build.sbt file:

libraryDependencies += "no.nav.common" % "audit-log" % "2.2023.01.10_13.49-81ddc732df3a"

Advertisement