License |
License |
---|---|
GroupId | GroupIdcom.github.nbaars |
ArtifactId | ArtifactIdpwnedpasswords4j-demo |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionDemo project for Spring Boot pwned password checker
Spring Boot autoconfiguration for easy checking passwords against the pwdpassword service of Troy
Hunt
|
<!-- https://jarcasting.com/artifacts/com.github.nbaars/pwnedpasswords4j-demo/ -->
<dependency>
<groupId>com.github.nbaars</groupId>
<artifactId>pwnedpasswords4j-demo</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nbaars/pwnedpasswords4j-demo/
implementation 'com.github.nbaars:pwnedpasswords4j-demo:1.1.0'
// https://jarcasting.com/artifacts/com.github.nbaars/pwnedpasswords4j-demo/
implementation ("com.github.nbaars:pwnedpasswords4j-demo:1.1.0")
'com.github.nbaars:pwnedpasswords4j-demo:jar:1.1.0'
<dependency org="com.github.nbaars" name="pwnedpasswords4j-demo" rev="1.1.0">
<artifact name="pwnedpasswords4j-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nbaars', module='pwnedpasswords4j-demo', version='1.1.0')
)
libraryDependencies += "com.github.nbaars" % "pwnedpasswords4j-demo" % "1.1.0"
[com.github.nbaars/pwnedpasswords4j-demo "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.nbaars : pwnedpasswords4j-spring-boot-starter | jar | 1.1.0 |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-test | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
junit : junit | jar | |
org.mockito : mockito-core | jar |