MVN

no.bekk.bekkopen : nocommons

Maven & Gradle

Jan 31, 2023
1 usages
64 stars

NoCommons · The NoCommons library is a collection of helper classes for manipulation and validation of data specific to Norway and Norwegian citizens.

<dependency>
    <groupId>no.bekk.bekkopen</groupId>
    <artifactId>nocommons</artifactId>
    <version>0.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.bekk.bekkopen : nocommons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.0

All Versions

Choose a version of no.bekk.bekkopen : nocommons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
nocommons-0.15.0
0.14.x
nocommons-0.14.0
0.13.x
nocommons-0.13.0
0.12.x
nocommons-0.12.0
0.11.x
nocommons-0.11.0
0.10.x
nocommons-0.10.0
0.9.x
nocommons-0.9.0
0.8.x
nocommons-0.8.2
nocommons-0.8.1
0.8
nocommons-0.8
0.7
nocommons-0.7
0.6
nocommons-0.6
0.5
nocommons-0.5
0.4
nocommons-0.4
0.2
nocommons-0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>no.bekk.bekkopen</groupId>
    <artifactId>nocommons</artifactId>
    <version>0.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.bekk.bekkopen : nocommons gradle dependency to your build.gradle file:

implementation 'no.bekk.bekkopen:nocommons:0.15.0'

Gradle Kotlin DSL: Add the following no.bekk.bekkopen : nocommons gradle kotlin dependency to your build.gradle.kts file:

implementation("no.bekk.bekkopen:nocommons:0.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.bekk.bekkopen : nocommons sbt scala dependency to your build.sbt file:

libraryDependencies += "no.bekk.bekkopen" % "nocommons" % "0.15.0"

Advertisement