| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.officefloor.tutorial |
| Идентификатор | ИдентификаторJwtHttpServer |
| Версия | Версия3.17.0 |
| Тип | Типjar |
| Описание |
ОписаниеJWT Tutorial
Tutorial of implementing JWT
|
| Имя Файла | Размер |
|---|---|
| JwtHttpServer-3.17.0.pom | |
| JwtHttpServer-3.17.0.jar | 14 KB |
| JwtHttpServer-3.17.0-test-sources.jar | 4 KB |
| JwtHttpServer-3.17.0-sources.jar | 8 KB |
| JwtHttpServer-3.17.0-project.zip | 85 KB |
| JwtHttpServer-3.17.0-project.tar.gz | 79 KB |
| JwtHttpServer-3.17.0-project.tar.bz2 | 80 KB |
| JwtHttpServer-3.17.0-javadoc.jar | 60 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.officefloor.tutorial/JwtHttpServer/ -->
<dependency>
<groupId>net.officefloor.tutorial</groupId>
<artifactId>JwtHttpServer</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.tutorial/JwtHttpServer/
implementation 'net.officefloor.tutorial:JwtHttpServer:3.17.0'
// https://jarcasting.com/artifacts/net.officefloor.tutorial/JwtHttpServer/
implementation ("net.officefloor.tutorial:JwtHttpServer:3.17.0")
'net.officefloor.tutorial:JwtHttpServer:jar:3.17.0'
<dependency org="net.officefloor.tutorial" name="JwtHttpServer" rev="3.17.0">
<artifact name="JwtHttpServer" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.tutorial', module='JwtHttpServer', version='3.17.0')
)
libraryDependencies += "net.officefloor.tutorial" % "JwtHttpServer" % "3.17.0"
[net.officefloor.tutorial/JwtHttpServer "3.17.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.officefloor.web : woof | jar | 3.17.0 |
| net.officefloor.web : officejwt | jar | 3.17.0 |
| net.officefloor.web : officejwt_authority | jar | 3.17.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 |