| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdorg.juiser | 
| ArtifactId | ArtifactIdjuiser-spring-boot-starter | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJuiser :: Spring :: Boot Starter 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. | 
<!-- https://jarcasting.com/artifacts/org.juiser/juiser-spring-boot-starter/ -->
<dependency>
    <groupId>org.juiser</groupId>
    <artifactId>juiser-spring-boot-starter</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/org.juiser/juiser-spring-boot-starter/
implementation 'org.juiser:juiser-spring-boot-starter:1.0.0'// https://jarcasting.com/artifacts/org.juiser/juiser-spring-boot-starter/
implementation ("org.juiser:juiser-spring-boot-starter:1.0.0")'org.juiser:juiser-spring-boot-starter:jar:1.0.0'<dependency org="org.juiser" name="juiser-spring-boot-starter" rev="1.0.0">
  <artifact name="juiser-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='org.juiser', module='juiser-spring-boot-starter', version='1.0.0')
)libraryDependencies += "org.juiser" % "juiser-spring-boot-starter" % "1.0.0"[org.juiser/juiser-spring-boot-starter "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.juiser : juiser-spring-web | jar | 1.0.0 | 
| org.juiser : juiser-spring-security | jar | 1.0.0 | 
| org.springframework.boot : spring-boot-starter-web | jar | 1.5.3.RELEASE | 
| org.springframework.security : spring-security-config Optional | jar | 4.2.2.RELEASE | 
| org.springframework.security : spring-security-web Optional | jar | 4.2.2.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| 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 |