MVN

com.pragmatickm : pragmatickm-password-model

Maven & Gradle

Oct 20, 2021
8 usages
1 stars

PragmaticKM Password Model · Passwords nested within SemanticCMS pages and elements.

<dependency>
    <groupId>com.pragmatickm</groupId>
    <artifactId>pragmatickm-password-model</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pragmatickm : pragmatickm-password-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of com.pragmatickm : pragmatickm-password-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
pragmatickm-password-model-1.5.1
pragmatickm-password-model-1.5.0
1.4.x
pragmatickm-password-model-1.4.1
pragmatickm-password-model-1.4.0
1.3.x
pragmatickm-password-model-1.3.5
pragmatickm-password-model-1.3.4

How to add a dependency to Maven

Add the following com.pragmatickm : pragmatickm-password-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pragmatickm</groupId>
    <artifactId>pragmatickm-password-model</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pragmatickm : pragmatickm-password-model gradle dependency to your build.gradle file:

implementation 'com.pragmatickm:pragmatickm-password-model:1.5.1'

Gradle Kotlin DSL: Add the following com.pragmatickm : pragmatickm-password-model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pragmatickm:pragmatickm-password-model:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pragmatickm : pragmatickm-password-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pragmatickm" % "pragmatickm-password-model" % "1.5.1"

Advertisement