MVN

com.pragmatickm : pragmatickm-password-book

Maven & Gradle

May 16, 2022
1 usages
1 stars

PragmaticKM Password Book · Documentation for PragmaticKM Password in SemanticCMS format.

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

Latest Version

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

  • Latest Stable: 1.8.2

All Versions

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

Version Vulnerabilities Updated
1.8.x
pragmatickm-password-book-1.8.2
pragmatickm-password-book-1.8.1
pragmatickm-password-book-1.8.0
1.7.x
pragmatickm-password-book-1.7.2
pragmatickm-password-book-1.7.1
pragmatickm-password-book-1.7.0
1.6.x
pragmatickm-password-book-1.6.0
1.5.x
pragmatickm-password-book-1.5.0
1.4.x
pragmatickm-password-book-1.4.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.pragmatickm</groupId>
    <artifactId>pragmatickm-password-book</artifactId>
    <version>1.8.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.pragmatickm:pragmatickm-password-book:1.8.2'

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

implementation("com.pragmatickm:pragmatickm-password-book:1.8.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.pragmatickm" % "pragmatickm-password-book" % "1.8.2"

Advertisement