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