core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm.at.zxcvbn-ts</groupId> <artifactId>core</artifactId> <version>3.0.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm.at.zxcvbn-ts</groupId> <artifactId>core</artifactId> <version>3.0.4</version> <name>zxcvbn-ts core</name> <description>Realistic password strength estimation written in typescript</description> <url>https://github.com/zxcvbn-ts/zxcvbn</url> <organization> <name>zxcvbn-ts</name> <url>https://github.com/zxcvbn-ts/zxcvbn</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>mrwook</name> <email>mr.wook@web.de</email> </developer> </developers> <scm> <connection>https://github.com/zxcvbn-ts/zxcvbn.git</connection> <developerConnection>https://github.com/zxcvbn-ts/zxcvbn.git</developerConnection> <url>https://github.com/zxcvbn-ts/zxcvbn</url> </scm> <issueManagement> <url>https://github.com/zxcvbn-ts/zxcvbn/issues</url> </issueManagement> <properties> <org.mvnpm-fastest-levenshtein.version>1.0.16</org.mvnpm-fastest-levenshtein.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>fastest-levenshtein</artifactId> <version>${org.mvnpm-fastest-levenshtein.version}</version> </dependency> </dependencies> </project>