All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download rest-api JAR 0.9.2 with all dependencies


REST API component for Clean Arch apps

Files of the artifact rest-api version 0.9.2 from the group com.github.rostislav-maslov.rcore.

Test

Download rest-api (0.9.2)
Artifact rest-api
Group com.github.rostislav-maslov.rcore
Version 0.9.2
Last update 22. April 2020
Organization not specified
URL https://github.com/rostislav-maslov/rcore
License MIT License
Dependencies amount 16
Dependencies adapter, security-infrastructure, spring-boot-starter-security, spring-boot-starter-web, spring-boot-starter-test, spring-restdocs-mockmvc, springfox-swagger2, springfox-swagger-ui, retrofit, converter-gson, converter-jackson, okhttp, okhttp-urlconnection, logging-interceptor, commons-io, lombok,
There are maybe transitive dependencies!
There is a newer version: 0.10.3
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of rest-api Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of rest-api version 0.9.2

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.com.github.rostislav-maslov.rcore.rest-api
META-INF.maven.com.github.rostislav-maslov.rcore.rest-api.META-INF.maven.com.github.rostislav-maslov.rcore.rest-api.pom.properties
META-INF.maven.com.github.rostislav-maslov.rcore.rest-api.META-INF.maven.com.github.rostislav-maslov.rcore.rest-api.pom.xml
com.rcore.restapi.config
com.rcore.restapi.config.com.rcore.restapi.config.RestApiConfig
com.rcore.restapi.config.com.rcore.restapi.config.WebMvcConfig
com.rcore.restapi.exceptions
com.rcore.restapi.exceptions.com.rcore.restapi.exceptions.BadRequestApiException
com.rcore.restapi.exceptions.com.rcore.restapi.exceptions.BaseApiException
com.rcore.restapi.exceptions.com.rcore.restapi.exceptions.ExceptionDTO
com.rcore.restapi.exceptions.com.rcore.restapi.exceptions.InternalServerException
com.rcore.restapi.exceptions.com.rcore.restapi.exceptions.NotFoundApiException
com.rcore.restapi.exceptions.handler
com.rcore.restapi.exceptions.handler.com.rcore.restapi.exceptions.handler.ApiExceptionHandler
com.rcore.restapi.headers
com.rcore.restapi.headers.com.rcore.restapi.headers.WebHeaders
com.rcore.restapi.infrastructure.file
com.rcore.restapi.infrastructure.file.com.rcore.restapi.infrastructure.file.FileSender
com.rcore.restapi.infrastructure.picture
com.rcore.restapi.infrastructure.picture.com.rcore.restapi.infrastructure.picture.PictureCompressorImpl
com.rcore.restapi.infrastructure.picture.com.rcore.restapi.infrastructure.picture.PictureSender
com.rcore.restapi.routes
com.rcore.restapi.routes.com.rcore.restapi.routes.BaseApiRoutes
com.rcore.restapi.routes.com.rcore.restapi.routes.BaseAuthRoutes
com.rcore.restapi.routes.com.rcore.restapi.routes.BaseRoutes
com.rcore.restapi.security.authentication
com.rcore.restapi.security.authentication.com.rcore.restapi.security.authentication.RestAuthenticationEntryPoint
com.rcore.restapi.security.config
com.rcore.restapi.security.config.com.rcore.restapi.security.config.WebSecurityConfig
com.rcore.restapi.security.entities.token.port
com.rcore.restapi.security.entities.token.port.com.rcore.restapi.security.entities.token.port.AccessTokenStorageImpl
com.rcore.restapi.security.exceptions
com.rcore.restapi.security.exceptions.com.rcore.restapi.security.exceptions.AdminUserIsExistApiException
com.rcore.restapi.security.exceptions.com.rcore.restapi.security.exceptions.ApiAuthenticationException
com.rcore.restapi.security.exceptions.com.rcore.restapi.security.exceptions.InvalidTokenFormatApiException
com.rcore.restapi.security.exceptions.com.rcore.restapi.security.exceptions.TokenExpiredApiException
com.rcore.restapi.security.exceptions.com.rcore.restapi.security.exceptions.TokenGenerateApiException
com.rcore.restapi.security.exceptions.com.rcore.restapi.security.exceptions.UserBlockedApiException
com.rcore.restapi.security.exceptions.com.rcore.restapi.security.exceptions.UserNotExistApiException
com.rcore.restapi.security.exceptions.handler
com.rcore.restapi.security.exceptions.handler.com.rcore.restapi.security.exceptions.handler.SecurityExceptionHandler
com.rcore.restapi.security.factory
com.rcore.restapi.security.factory.com.rcore.restapi.security.factory.AuthenticationTokenFactory
com.rcore.restapi.security.filter
com.rcore.restapi.security.filter.com.rcore.restapi.security.filter.TokenAuthenticationFailureHandler
com.rcore.restapi.security.filter.com.rcore.restapi.security.filter.TokenAuthenticationFilter
com.rcore.restapi.security.filter.com.rcore.restapi.security.filter.TokenAuthenticationManager
com.rcore.restapi.security.model
com.rcore.restapi.security.model.com.rcore.restapi.security.model.AnonymousTokenAuthentication
com.rcore.restapi.security.model.com.rcore.restapi.security.model.TokenAuthentication
com.rcore.restapi.security.support
com.rcore.restapi.security.support.com.rcore.restapi.security.support.AuthenticationMediator
com.rcore.restapi.security.support.com.rcore.restapi.security.support.UserAuthenticationMediator
com.rcore.restapi.security.web
com.rcore.restapi.security.web.com.rcore.restapi.security.web.BaseAuthEndpoints
com.rcore.restapi.security.web.api
com.rcore.restapi.security.web.api.com.rcore.restapi.security.web.api.AuthenticationDTO
com.rcore.restapi.security.web.api.com.rcore.restapi.security.web.api.RefreshTokenRequest
com.rcore.restapi.security.web.api.com.rcore.restapi.security.web.api.UserCredentialsDTO
com.rcore.restapi.utils
com.rcore.restapi.utils.com.rcore.restapi.utils.MediaTypeUtils
com.rcore.restapi.utils.com.rcore.restapi.utils.WebRequestUtils
com.rcore.restapi.web.api.request
com.rcore.restapi.web.api.request.com.rcore.restapi.web.api.request.SearchApiRequest
com.rcore.restapi.web.api.response
com.rcore.restapi.web.api.response.com.rcore.restapi.web.api.response.ErrorApiResponse
com.rcore.restapi.web.api.response.com.rcore.restapi.web.api.response.OkApiResponse
com.rcore.restapi.web.api.response.com.rcore.restapi.web.api.response.SearchApiResponse
com.rcore.restapi.web.api.response.com.rcore.restapi.web.api.response.SuccessApiResponse
com.rcore.restapi.web.endpoints
com.rcore.restapi.web.endpoints.com.rcore.restapi.web.endpoints.FileEndpoints
com.rcore.restapi.web.endpoints.com.rcore.restapi.web.endpoints.PictureEndpoints
com.rcore.restapi.web.endpoints.routes
com.rcore.restapi.web.endpoints.routes.com.rcore.restapi.web.endpoints.routes.FileRoutes
com.rcore.restapi.web.endpoints.routes.com.rcore.restapi.web.endpoints.routes.PictureRoutes




© 2015 - 2025 Weber Informatics LLC | Privacy Policy