| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.juiser |
| Идентификатор | Идентификаторjuiser-root |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеJuiser :: Root
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-root-1.0.0.pom | 21 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.juiser/juiser-root/ -->
<dependency>
<groupId>org.juiser</groupId>
<artifactId>juiser-root</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.juiser/juiser-root/
implementation 'org.juiser:juiser-root:1.0.0'
// https://jarcasting.com/artifacts/org.juiser/juiser-root/
implementation ("org.juiser:juiser-root:1.0.0")
'org.juiser:juiser-root:pom:1.0.0'
<dependency org="org.juiser" name="juiser-root" rev="1.0.0">
<artifact name="juiser-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.juiser', module='juiser-root', version='1.0.0')
)
libraryDependencies += "org.juiser" % "juiser-root" % "1.0.0"
[org.juiser/juiser-root "1.0.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 |