License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.nbaars |
ArtifactId | ArtifactIdpwnedpasswords4j-client |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionPure Java client for pwnedpasswords.com
Spring Boot autoconfiguration for easy checking passwords against the pwdpassword service of Troy
Hunt
|
<!-- https://jarcasting.com/artifacts/com.github.nbaars/pwnedpasswords4j-client/ -->
<dependency>
<groupId>com.github.nbaars</groupId>
<artifactId>pwnedpasswords4j-client</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nbaars/pwnedpasswords4j-client/
implementation 'com.github.nbaars:pwnedpasswords4j-client:1.1.0'
// https://jarcasting.com/artifacts/com.github.nbaars/pwnedpasswords4j-client/
implementation ("com.github.nbaars:pwnedpasswords4j-client:1.1.0")
'com.github.nbaars:pwnedpasswords4j-client:jar:1.1.0'
<dependency org="com.github.nbaars" name="pwnedpasswords4j-client" rev="1.1.0">
<artifact name="pwnedpasswords4j-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nbaars', module='pwnedpasswords4j-client', version='1.1.0')
)
libraryDependencies += "com.github.nbaars" % "pwnedpasswords4j-client" % "1.1.0"
[com.github.nbaars/pwnedpasswords4j-client "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 3.10.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.10.19 |
com.github.tomakehurst : wiremock | jar | 2.16.0 |
org.slf4j : slf4j-api | jar | |
org.slf4j : jcl-over-slf4j | jar |