| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииБезопасность |
| Группа | Группаcom.github.jiramot |
| Идентификатор | Идентификаторsecurity |
| Последняя версия | Последняя версия0.3.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJRM Security
Spring security extension with JWT
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| security-0.3.3.pom | |
| security-0.3.3.jar | 36 KB |
| security-0.3.3-sources.jar | 13 KB |
| security-0.3.3-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jiramot/security/ -->
<dependency>
<groupId>com.github.jiramot</groupId>
<artifactId>security</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jiramot/security/
implementation 'com.github.jiramot:security:0.3.3'
// https://jarcasting.com/artifacts/com.github.jiramot/security/
implementation ("com.github.jiramot:security:0.3.3")
'com.github.jiramot:security:jar:0.3.3'
<dependency org="com.github.jiramot" name="security" rev="0.3.3">
<artifact name="security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jiramot', module='security', version='0.3.3')
)
libraryDependencies += "com.github.jiramot" % "security" % "0.3.3"
[com.github.jiramot/security "0.3.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-security | jar | |
| com.nimbusds : nimbus-jose-jwt | jar | 6.0 |
| commons-io : commons-io | jar | 2.6 |
| io.jsonwebtoken : jjwt-api | jar | 0.10.5 |
| io.jsonwebtoken : jjwt-impl | jar | 0.10.5 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.60 |
| io.jsonwebtoken : jjwt-jackson | jar | 0.10.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |
| org.springframework.security : spring-security-test | jar | |
| org.hamcrest : hamcrest-library | jar | 1.3 |