| Группа | Группаcom.webauthn4j |
|---|---|
| Идентификатор | Идентификаторwebauthn4j-util |
| Версия | Версия0.8.5.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| webauthn4j-util-0.8.5.RELEASE.pom | |
| webauthn4j-util-0.8.5.RELEASE.jar | 16 KB |
| webauthn4j-util-0.8.5.RELEASE-sources.jar | 17 KB |
| webauthn4j-util-0.8.5.RELEASE-javadoc.jar | 72 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.webauthn4j/webauthn4j-util/ -->
<dependency>
<groupId>com.webauthn4j</groupId>
<artifactId>webauthn4j-util</artifactId>
<version>0.8.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.webauthn4j/webauthn4j-util/
implementation 'com.webauthn4j:webauthn4j-util:0.8.5.RELEASE'
// https://jarcasting.com/artifacts/com.webauthn4j/webauthn4j-util/
implementation ("com.webauthn4j:webauthn4j-util:0.8.5.RELEASE")
'com.webauthn4j:webauthn4j-util:jar:0.8.5.RELEASE'
<dependency org="com.webauthn4j" name="webauthn4j-util" rev="0.8.5.RELEASE">
<artifact name="webauthn4j-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.webauthn4j', module='webauthn4j-util', version='0.8.5.RELEASE')
)
libraryDependencies += "com.webauthn4j" % "webauthn4j-util" % "0.8.5.RELEASE"
[com.webauthn4j/webauthn4j-util "0.8.5.RELEASE"]