GroupId | GroupIdcom.webauthn4j |
---|---|
ArtifactId | ArtifactIdwebauthn4j-test |
Version | Version0.6.4.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
webauthn4j-test-0.6.4.RELEASE.pom | |
webauthn4j-test-0.6.4.RELEASE.jar | 150 KB |
webauthn4j-test-0.6.4.RELEASE-sources.jar | 144 KB |
webauthn4j-test-0.6.4.RELEASE-javadoc.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.webauthn4j/webauthn4j-test/ -->
<dependency>
<groupId>com.webauthn4j</groupId>
<artifactId>webauthn4j-test</artifactId>
<version>0.6.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.webauthn4j/webauthn4j-test/
implementation 'com.webauthn4j:webauthn4j-test:0.6.4.RELEASE'
// https://jarcasting.com/artifacts/com.webauthn4j/webauthn4j-test/
implementation ("com.webauthn4j:webauthn4j-test:0.6.4.RELEASE")
'com.webauthn4j:webauthn4j-test:jar:0.6.4.RELEASE'
<dependency org="com.webauthn4j" name="webauthn4j-test" rev="0.6.4.RELEASE">
<artifact name="webauthn4j-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.webauthn4j', module='webauthn4j-test', version='0.6.4.RELEASE')
)
libraryDependencies += "com.webauthn4j" % "webauthn4j-test" % "0.6.4.RELEASE"
[com.webauthn4j/webauthn4j-test "0.6.4.RELEASE"]