MVN

io.github.domstolene.esas : bestillvaretektsplass

Maven & Gradle

Aug 11, 2023

Bestilling av varetektsplass · JSON-schema for bestilling av varetektsplass

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

Latest Version

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

  • Latest Stable: 11082023.428b5d4

All Versions

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

Version Vulnerabilities Updated
28072023.fc5b237
bestillvaretektsplass-28072023.fc5b237
28072023.166b0d9
bestillvaretektsplass-28072023.166b0d9
24072023.943033a
bestillvaretektsplass-24072023.943033a
24072023.05a1897
bestillvaretektsplass-24072023.05a1897
11082023.428b5d4
bestillvaretektsplass-11082023.428b5d4
10082023.eaebf9f
bestillvaretektsplass-10082023.eaebf9f
10082023.366d334
bestillvaretektsplass-10082023.366d334
08082023.249ba47
bestillvaretektsplass-08082023.249ba47
08082023.d463fdd
bestillvaretektsplass-08082023.d463fdd
08082023.0308aa9
bestillvaretektsplass-08082023.0308aa9
07082023.20d64c7
bestillvaretektsplass-07082023.20d64c7
02082023.8c5451c
bestillvaretektsplass-02082023.8c5451c

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.domstolene.esas</groupId>
    <artifactId>bestillvaretektsplass</artifactId>
    <version>11082023.428b5d4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.domstolene.esas:bestillvaretektsplass:11082023.428b5d4'

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

implementation("io.github.domstolene.esas:bestillvaretektsplass:11082023.428b5d4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.domstolene.esas" % "bestillvaretektsplass" % "11082023.428b5d4"