MVN

com.infinum.complexify : complexify-core

Maven & Gradle

Apr 16, 2021
1 usages
113 stars

Complexify Core · A library which makes checking the quality of user's password a breeze.

<dependency>
    <groupId>com.infinum.complexify</groupId>
    <artifactId>complexify-core</artifactId>
    <version>3.0.0-alpha04</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.infinum.complexify : complexify-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-alpha04
  • Latest Alpha: 3.0.0-alpha04

All Versions

Choose a version of com.infinum.complexify : complexify-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
complexify-core-3.0.0-alpha04
complexify-core-3.0.0-alpha03
complexify-core-3.0.0-alpha02
complexify-core-3.0.0-alpha01

How to add a dependency to Maven

Add the following com.infinum.complexify : complexify-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.infinum.complexify</groupId>
    <artifactId>complexify-core</artifactId>
    <version>3.0.0-alpha04</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.infinum.complexify : complexify-core gradle dependency to your build.gradle file:

implementation 'com.infinum.complexify:complexify-core:3.0.0-alpha04'

Gradle Kotlin DSL: Add the following com.infinum.complexify : complexify-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.infinum.complexify:complexify-core:3.0.0-alpha04")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.infinum.complexify : complexify-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.infinum.complexify" % "complexify-core" % "3.0.0-alpha04"

Advertisement