| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.yourinspiration |
| Идентификатор | Идентификаторspring-jwt |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSpring JWT integration
JWT integration for Spring web projects.
|
| Имя Файла | Размер |
|---|---|
| spring-jwt-0.1.0.pom | |
| spring-jwt-0.1.0.jar | 11 KB |
| spring-jwt-0.1.0-sources.jar | 7 KB |
| spring-jwt-0.1.0-javadoc.jar | 59 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.yourinspiration/spring-jwt/ -->
<dependency>
<groupId>de.yourinspiration</groupId>
<artifactId>spring-jwt</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.yourinspiration/spring-jwt/
implementation 'de.yourinspiration:spring-jwt:0.1.0'
// https://jarcasting.com/artifacts/de.yourinspiration/spring-jwt/
implementation ("de.yourinspiration:spring-jwt:0.1.0")
'de.yourinspiration:spring-jwt:jar:0.1.0'
<dependency org="de.yourinspiration" name="spring-jwt" rev="0.1.0">
<artifact name="spring-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.yourinspiration', module='spring-jwt', version='0.1.0')
)
libraryDependencies += "de.yourinspiration" % "spring-jwt" % "0.1.0"
[de.yourinspiration/spring-jwt "0.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.nimbusds : nimbus-jose-jwt | jar | 2.10.1 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| org.springframework : spring-webmvc | jar | 4.1.1.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.10.8 |