| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.juiser |
| Идентификатор | Идентификаторjuiser-spring-web |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJuiser :: Spring :: Web
Juiser has one purpose and one purpose only - to translate an authentication token
into an intuitive `User` object and make that `User` object available during a request.
|
| Имя Файла | Размер |
|---|---|
| juiser-spring-web-1.0.0.pom | |
| juiser-spring-web-1.0.0.jar | 4 KB |
| juiser-spring-web-1.0.0-sources.jar | 2 KB |
| juiser-spring-web-1.0.0-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.juiser/juiser-spring-web/ -->
<dependency>
<groupId>org.juiser</groupId>
<artifactId>juiser-spring-web</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.juiser/juiser-spring-web/
implementation 'org.juiser:juiser-spring-web:1.0.0'
// https://jarcasting.com/artifacts/org.juiser/juiser-spring-web/
implementation ("org.juiser:juiser-spring-web:1.0.0")
'org.juiser:juiser-spring-web:jar:1.0.0'
<dependency org="org.juiser" name="juiser-spring-web" rev="1.0.0">
<artifact name="juiser-spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.juiser', module='juiser-spring-web', version='1.0.0')
)
libraryDependencies += "org.juiser" % "juiser-spring-web" % "1.0.0"
[org.juiser/juiser-spring-web "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.juiser : juiser-spring | jar | 1.0.0 |
| org.juiser : juiser-servlet | jar | 1.0.0 |
| org.springframework : spring-web | jar | 4.3.8.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.codehaus.groovy : groovy-all | jar | 2.4.10 |
| org.easymock : easymock | jar | 3.4 |
| org.powermock : powermock-module-junit4 | jar | 1.6.6 |
| org.powermock : powermock-api-easymock | jar | 1.6.6 |
| org.powermock : powermock-core | jar | 1.6.6 |
| junit : junit | jar | 4.12 |