MVN

no.nav : arxaas

Maven & Gradle

Feb 24, 2020
18 stars

ARXaaS · ARXaaS is a Anonymization as a Service project implemented as a RESTful web application using Spring Boot.

<dependency>
    <groupId>no.nav</groupId>
    <artifactId>arxaas</artifactId>
    <version>2020.02.24-16.04-366f0cde73f4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2020.02.24-16.04-366f0cde73f4

All Versions

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

Version Vulnerabilities Updated
2020.02.x
arxaas-2020.02.24-16.04-366f0cde73f4
2019.12.x
arxaas-2019.12.09-16.15-66496b9262ec
arxaas-2019.12.09-16.14-66496b9262ec
2019.10.x
arxaas-2019.10.14-15.56-b37a6daaa1bf
arxaas-2019.10.11-09.10-b9f70fba04d9
arxaas-2019.10.07-16.19-53b6e65d626c
2019.09.x
arxaas-2019.09.13-13.43-cb767f207551
arxaas-2019.09.03-12.32-5faa5a21b3b9
2019.08.x
arxaas-2019.08.22-15.10-4f85a9edd7e3
arxaas-2019.08.22-15.08-4f85a9edd7e3
arxaas-2019.08.02-18.26-1ab9cf0d848f
2019.07.x
arxaas-2019.07.30-09.16-a54d8df595dc
arxaas-2019.07.25-14.09-74701edb7166
arxaas-2019.07.15-15.33-aebd9fea9470
0.3.x
arxaas-0.3.7-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>no.nav</groupId>
    <artifactId>arxaas</artifactId>
    <version>2020.02.24-16.04-366f0cde73f4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.nav : arxaas gradle dependency to your build.gradle file:

implementation 'no.nav:arxaas:2020.02.24-16.04-366f0cde73f4'

Gradle Kotlin DSL: Add the following no.nav : arxaas gradle kotlin dependency to your build.gradle.kts file:

implementation("no.nav:arxaas:2020.02.24-16.04-366f0cde73f4")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.nav : arxaas sbt scala dependency to your build.sbt file:

libraryDependencies += "no.nav" % "arxaas" % "2020.02.24-16.04-366f0cde73f4"

Advertisement