Categories |
CategoriesNet KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdnet.adamcin.sshkey |
ArtifactId | ArtifactIdsshkey |
Last Version | Last Version0.6.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSSHKey
Reference implementation of an SSH Key HTTP Authentication Scheme
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sshkey-0.6.0.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.adamcin.sshkey/sshkey/ -->
<dependency>
<groupId>net.adamcin.sshkey</groupId>
<artifactId>sshkey</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.adamcin.sshkey/sshkey/
implementation 'net.adamcin.sshkey:sshkey:0.6.0'
// https://jarcasting.com/artifacts/net.adamcin.sshkey/sshkey/
implementation ("net.adamcin.sshkey:sshkey:0.6.0")
'net.adamcin.sshkey:sshkey:pom:0.6.0'
<dependency org="net.adamcin.sshkey" name="sshkey" rev="0.6.0">
<artifact name="sshkey" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.adamcin.sshkey', module='sshkey', version='0.6.0')
)
libraryDependencies += "net.adamcin.sshkey" % "sshkey" % "0.6.0"
[net.adamcin.sshkey/sshkey "0.6.0"]