License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.vrallev.sqrl |
ArtifactId | ArtifactIdsqrl-protocol |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionSQRL Protocol
An implementation of the SQRL protocol. This library helps to parse, validate and create SQRL messages.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sqrl-protocol-0.0.2.pom | |
sqrl-protocol-0.0.2.jar | 39 KB |
sqrl-protocol-0.0.2-sources.jar | 30 KB |
sqrl-protocol-0.0.2-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.vrallev.sqrl/sqrl-protocol/ -->
<dependency>
<groupId>net.vrallev.sqrl</groupId>
<artifactId>sqrl-protocol</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.vrallev.sqrl/sqrl-protocol/
implementation 'net.vrallev.sqrl:sqrl-protocol:0.0.2'
// https://jarcasting.com/artifacts/net.vrallev.sqrl/sqrl-protocol/
implementation ("net.vrallev.sqrl:sqrl-protocol:0.0.2")
'net.vrallev.sqrl:sqrl-protocol:jar:0.0.2'
<dependency org="net.vrallev.sqrl" name="sqrl-protocol" rev="0.0.2">
<artifact name="sqrl-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.vrallev.sqrl', module='sqrl-protocol', version='0.0.2')
)
libraryDependencies += "net.vrallev.sqrl" % "sqrl-protocol" % "0.0.2"
[net.vrallev.sqrl/sqrl-protocol "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.madgag.spongycastle : core | jar | 1.50.0.0 |
Group / Artifact | Type | Version |
---|---|---|
net.vrallev.ecc : ecc-25519-java | jar | 1.0.0 |
net.vrallev.ecc : ecc-25519-android-facade | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.easytesting : fest-assert | jar | 1.4 |
org.hamcrest : hamcrest-library | jar | 1.3 |
junit : junit | jar | 4.11 |