MVN

no.difi.move-common : properties

Maven & Gradle

May 04, 2023
1 stars
<dependency>
    <groupId>no.difi.move-common</groupId>
    <artifactId>properties</artifactId>
    <version>1.19.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.difi.move-common : properties to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.19.0

All Versions

Choose a version of no.difi.move-common : properties to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.19.x
properties-1.19.0
1.18.x
properties-1.18.0
1.17.x
properties-1.17.0
1.16.x
properties-1.16.0
1.15.x
properties-1.15.0
1.14.x
properties-1.14.0
1.13.x
properties-1.13.0
1.12.x
properties-1.12.0
1.11.x
properties-1.11.0
1.10.x
properties-1.10.0
1.9.x
properties-1.9.0
1.8.x
properties-1.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>no.difi.move-common</groupId>
    <artifactId>properties</artifactId>
    <version>1.19.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.difi.move-common : properties gradle dependency to your build.gradle file:

implementation 'no.difi.move-common:properties:1.19.0'

Gradle Kotlin DSL: Add the following no.difi.move-common : properties gradle kotlin dependency to your build.gradle.kts file:

implementation("no.difi.move-common:properties:1.19.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.difi.move-common : properties sbt scala dependency to your build.sbt file:

libraryDependencies += "no.difi.move-common" % "properties" % "1.19.0"

Advertisement