Categories |
CategoriesNet KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdnet.adamcin.sshkey |
ArtifactId | ArtifactIdsshkey-test-common |
Last Version | Last Version0.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsshkey-test-common
Library containing common testing resources and methods for the SSHKey suite
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sshkey-test-common-0.6.0.pom | |
sshkey-test-common-0.6.0.jar | 32 KB |
sshkey-test-common-0.6.0-sources.jar | 27 KB |
sshkey-test-common-0.6.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.adamcin.sshkey/sshkey-test-common/ -->
<dependency>
<groupId>net.adamcin.sshkey</groupId>
<artifactId>sshkey-test-common</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.adamcin.sshkey/sshkey-test-common/
implementation 'net.adamcin.sshkey:sshkey-test-common:0.6.0'
// https://jarcasting.com/artifacts/net.adamcin.sshkey/sshkey-test-common/
implementation ("net.adamcin.sshkey:sshkey-test-common:0.6.0")
'net.adamcin.sshkey:sshkey-test-common:jar:0.6.0'
<dependency org="net.adamcin.sshkey" name="sshkey-test-common" rev="0.6.0">
<artifact name="sshkey-test-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.adamcin.sshkey', module='sshkey-test-common', version='0.6.0')
)
libraryDependencies += "net.adamcin.sshkey" % "sshkey-test-common" % "0.6.0"
[net.adamcin.sshkey/sshkey-test-common "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
net.adamcin.sshkey : sshkey-api | jar | 0.6.0 |
net.adamcin.commons : net.adamcin.commons.testing | jar | 0.8.0 |
org.bouncycastle : bcprov-jdk15on | jar | 1.49 |
org.bouncycastle : bcpkix-jdk15on | jar | 1.49 |
junit : junit | jar | 4.10 |
org.slf4j : slf4j-api | jar | 1.6.1 |
commons-io : commons-io | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.6.1 |