MVN

no.difi.meldingsutveksling : bestedu

Maven & Gradle

Jun 28, 2023
3 usages
7 stars
<dependency>
    <groupId>no.difi.meldingsutveksling</groupId>
    <artifactId>bestedu</artifactId>
    <version>2.20.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.difi.meldingsutveksling : bestedu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.20.0

All Versions

Choose a version of no.difi.meldingsutveksling : bestedu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.20.x
bestedu-2.20.0
2.19.x
bestedu-2.19.0
2.18.x
bestedu-2.18.0
2.17.x
bestedu-2.17.1
bestedu-2.17.0
2.16.x
bestedu-2.16.2
bestedu-2.16.1
bestedu-2.16.0
2.15.x
bestedu-2.15.0
2.14.x
bestedu-2.14.0
2.13.x
bestedu-2.13.0
2.12.x
bestedu-2.12.0
2.11.x
bestedu-2.11.0
2.10.x
bestedu-2.10.0
2.9.x
bestedu-2.9.0
2.8.x
bestedu-2.8.4
bestedu-2.8.3
bestedu-2.8.2
bestedu-2.8.1
bestedu-2.8.0
2.7.x
bestedu-2.7.0
2.6.x
bestedu-2.6.2
bestedu-2.6.1
bestedu-2.6.0
2.5.x
bestedu-2.5.1
bestedu-2.5.0
2.4.x
bestedu-2.4.1
bestedu-2.4.0
2.3.x
bestedu-2.3.2
bestedu-2.3.1
bestedu-2.3.0
2.2.x
bestedu-2.2.6
bestedu-2.2.5
bestedu-2.2.4
bestedu-2.2.3
bestedu-2.2.2
bestedu-2.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>no.difi.meldingsutveksling</groupId>
    <artifactId>bestedu</artifactId>
    <version>2.20.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.difi.meldingsutveksling : bestedu gradle dependency to your build.gradle file:

implementation 'no.difi.meldingsutveksling:bestedu:2.20.0'

Gradle Kotlin DSL: Add the following no.difi.meldingsutveksling : bestedu gradle kotlin dependency to your build.gradle.kts file:

implementation("no.difi.meldingsutveksling:bestedu:2.20.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.difi.meldingsutveksling : bestedu sbt scala dependency to your build.sbt file:

libraryDependencies += "no.difi.meldingsutveksling" % "bestedu" % "2.20.0"