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

Download rest.vertx JAR 1.2.0 with all dependencies


JAX-RS REST annotation processor for vert.x verticals

Files of the artifact rest.vertx version 1.2.0 from the group com.zandero.

Test

Download rest.vertx (1.2.0)
Artifact rest.vertx
Group com.zandero
Version 1.2.0
Last update 13. January 2025
Organization not specified
URL http://www.zandero.com
License Apache License, Version 2.0
Dependencies amount 7
Dependencies utils, vertx-core, vertx-web, vertx-rx-java, javax.ws.rs-api, javax.annotation-api, logback-classic,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of rest.vertx Show documentation

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

0 downloads

Source code of rest.vertx version 1.2.0

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.com.zandero.rest.vertx
META-INF.maven.com.zandero.rest.vertx.META-INF.maven.com.zandero.rest.vertx.pom.properties
META-INF.maven.com.zandero.rest.vertx.META-INF.maven.com.zandero.rest.vertx.pom.xml
com.zandero.rest
com.zandero.rest.com.zandero.rest.AnnotationProcessor
com.zandero.rest.com.zandero.rest.RestBuilder
com.zandero.rest.com.zandero.rest.RestRouter
com.zandero.rest.annotation
com.zandero.rest.annotation.com.zandero.rest.annotation.Authenticate
com.zandero.rest.annotation.com.zandero.rest.annotation.Authorize
com.zandero.rest.annotation.com.zandero.rest.annotation.Blocking
com.zandero.rest.annotation.com.zandero.rest.annotation.BodyParam
com.zandero.rest.annotation.com.zandero.rest.annotation.CatchWith
com.zandero.rest.annotation.com.zandero.rest.annotation.Connect
com.zandero.rest.annotation.com.zandero.rest.annotation.ContextReader
com.zandero.rest.annotation.com.zandero.rest.annotation.Delete
com.zandero.rest.annotation.com.zandero.rest.annotation.Event
com.zandero.rest.annotation.com.zandero.rest.annotation.Events
com.zandero.rest.annotation.com.zandero.rest.annotation.Get
com.zandero.rest.annotation.com.zandero.rest.annotation.Head
com.zandero.rest.annotation.com.zandero.rest.annotation.Header
com.zandero.rest.annotation.com.zandero.rest.annotation.NoCache
com.zandero.rest.annotation.com.zandero.rest.annotation.Options
com.zandero.rest.annotation.com.zandero.rest.annotation.Patch
com.zandero.rest.annotation.com.zandero.rest.annotation.Post
com.zandero.rest.annotation.com.zandero.rest.annotation.Put
com.zandero.rest.annotation.com.zandero.rest.annotation.Raw
com.zandero.rest.annotation.com.zandero.rest.annotation.RequestReader
com.zandero.rest.annotation.com.zandero.rest.annotation.ResponseWriter
com.zandero.rest.annotation.com.zandero.rest.annotation.RouteOrder
com.zandero.rest.annotation.com.zandero.rest.annotation.SuppressCheck
com.zandero.rest.annotation.com.zandero.rest.annotation.Trace
com.zandero.rest.authentication
com.zandero.rest.authentication.com.zandero.rest.authentication.RestAuthenticationProvider
com.zandero.rest.authorization
com.zandero.rest.authorization.com.zandero.rest.authorization.RoleBasedUserAuthorizationProvider
com.zandero.rest.bean
com.zandero.rest.bean.com.zandero.rest.bean.BeanDefinition
com.zandero.rest.bean.com.zandero.rest.bean.BeanProvider
com.zandero.rest.bean.com.zandero.rest.bean.DefaultBeanProvider
com.zandero.rest.cache
com.zandero.rest.cache.com.zandero.rest.cache.AuthenticationProvidersCache
com.zandero.rest.cache.com.zandero.rest.cache.AuthorizationProvidersCache
com.zandero.rest.cache.com.zandero.rest.cache.ClassCache
com.zandero.rest.cache.com.zandero.rest.cache.ContextProviderCache
com.zandero.rest.cache.com.zandero.rest.cache.ExceptionHandlerCache
com.zandero.rest.cache.com.zandero.rest.cache.ReaderCache
com.zandero.rest.cache.com.zandero.rest.cache.WriterCache
com.zandero.rest.context
com.zandero.rest.context.com.zandero.rest.context.ContextProvider
com.zandero.rest.data
com.zandero.rest.data.com.zandero.rest.data.ArgumentProvider
com.zandero.rest.data.com.zandero.rest.data.ClassFactory
com.zandero.rest.data.com.zandero.rest.data.ClassForge
com.zandero.rest.data.com.zandero.rest.data.ClassUtils
com.zandero.rest.data.com.zandero.rest.data.HttpRequestHeader
com.zandero.rest.data.com.zandero.rest.data.HttpResponseHeader
com.zandero.rest.data.com.zandero.rest.data.MediaType
com.zandero.rest.data.com.zandero.rest.data.MediaTypeHelper
com.zandero.rest.data.com.zandero.rest.data.MethodParameter
com.zandero.rest.data.com.zandero.rest.data.ParameterType
com.zandero.rest.data.com.zandero.rest.data.PathConverter
com.zandero.rest.data.com.zandero.rest.data.RouteDefinition
com.zandero.rest.events
com.zandero.rest.events.com.zandero.rest.events.RestEvent
com.zandero.rest.events.com.zandero.rest.events.RestEventExecutor
com.zandero.rest.exception
com.zandero.rest.exception.com.zandero.rest.exception.ClassFactoryException
com.zandero.rest.exception.com.zandero.rest.exception.ConstraintException
com.zandero.rest.exception.com.zandero.rest.exception.ConstraintExceptionHandler
com.zandero.rest.exception.com.zandero.rest.exception.ContextException
com.zandero.rest.exception.com.zandero.rest.exception.ExceptionHandler
com.zandero.rest.exception.com.zandero.rest.exception.ExecuteException
com.zandero.rest.exception.com.zandero.rest.exception.ForbiddenException
com.zandero.rest.exception.com.zandero.rest.exception.GenericExceptionHandler
com.zandero.rest.exception.com.zandero.rest.exception.UnauthorizedException
com.zandero.rest.exception.com.zandero.rest.exception.ValidationConstraintException
com.zandero.rest.exception.com.zandero.rest.exception.ValidationConstraintExceptionHandler
com.zandero.rest.exception.com.zandero.rest.exception.WebApplicationExceptionHandler
com.zandero.rest.injection
com.zandero.rest.injection.com.zandero.rest.injection.InjectionProvider
com.zandero.rest.reader
com.zandero.rest.reader.com.zandero.rest.reader.GenericValueReader
com.zandero.rest.reader.com.zandero.rest.reader.JsonValueReader
com.zandero.rest.reader.com.zandero.rest.reader.ValueReader
com.zandero.rest.writer
com.zandero.rest.writer.com.zandero.rest.writer.BinaryResponseWriter
com.zandero.rest.writer.com.zandero.rest.writer.FileResponseWriter
com.zandero.rest.writer.com.zandero.rest.writer.GenericResponseWriter
com.zandero.rest.writer.com.zandero.rest.writer.HttpResponseWriter
com.zandero.rest.writer.com.zandero.rest.writer.JakartaResponseWriter
com.zandero.rest.writer.com.zandero.rest.writer.JaxResponseWriter
com.zandero.rest.writer.com.zandero.rest.writer.JsonResponseWriter
com.zandero.rest.writer.com.zandero.rest.writer.NoContentResponseWriter
com.zandero.rest.writer.com.zandero.rest.writer.NotFoundResponseWriter
com.zandero.rest.writer.com.zandero.rest.writer.PlainResponseWriter
com.zandero.rest.writer.com.zandero.rest.writer.VertxResponseWriter




© 2015 - 2025 Weber Informatics LLC | Privacy Policy