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

Download soklet JAR 1.0.2 with all dependencies


Soklet is a minimalist infrastructure for Java webapps and microservices.

Files of the artifact soklet version 1.0.2 from the group com.soklet.

Test

Artifact soklet
Group com.soklet
Version 1.0.2
Last update 20. May 2015
Tags: webapps java microservices minimalist infrastructure soklet
Organization not specified
URL http://soklet.com
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies javax.inject, javax.servlet-api,
There are maybe transitive dependencies!
There is a newer version: 1.2.7
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of soklet Show documentation

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

0 downloads

Source code of soklet version 1.0.2

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.services
META-INF.services.META-INF.servicesx.annotation.processing.Processor
com.soklet.archive
com.soklet.archive.com.soklet.archive.ArchivePath
com.soklet.archive.com.soklet.archive.ArchivePaths
com.soklet.archive.com.soklet.archive.ArchiveProcessException
com.soklet.archive.com.soklet.archive.Archiver
com.soklet.archive.com.soklet.archive.ArchiverProcess
com.soklet.bootstrap
com.soklet.bootstrap.com.soklet.bootstrap.Bootstrapper
com.soklet.classindex
com.soklet.classindex.com.soklet.classindex.ClassFilter
com.soklet.classindex.com.soklet.classindex.ClassIndex
com.soklet.classindex.com.soklet.classindex.IndexAnnotated
com.soklet.classindex.com.soklet.classindex.IndexSubclasses
com.soklet.classindex.processor
com.soklet.classindex.processor.com.soklet.classindex.processor.ClassIndexProcessor
com.soklet.converter
com.soklet.converter.com.soklet.converter.AbstractValueConverter
com.soklet.converter.com.soklet.converter.ValueConversionException
com.soklet.converter.com.soklet.converter.ValueConverter
com.soklet.converter.com.soklet.converter.ValueConverterRegistry
com.soklet.converter.com.soklet.converter.ValueConverters
com.soklet.json
com.soklet.json.com.soklet.json.JSONArray
com.soklet.json.com.soklet.json.JSONException
com.soklet.json.com.soklet.json.JSONObject
com.soklet.json.com.soklet.json.JSONString
com.soklet.json.com.soklet.json.JSONStringer
com.soklet.json.com.soklet.json.JSONTokener
com.soklet.json.com.soklet.json.JSONWriter
com.soklet.json.com.soklet.json.package-info
com.soklet.util
com.soklet.util.com.soklet.util.InstanceProvider
com.soklet.util.com.soklet.util.IoUtils
com.soklet.util.com.soklet.util.PathUtils
com.soklet.util.com.soklet.util.StringUtils
com.soklet.util.com.soklet.util.TypeReference
com.soklet.util.com.soklet.util.package-info
com.soklet.web
com.soklet.web.com.soklet.web.HashedUrlManifest
com.soklet.web.com.soklet.web.HttpMethod
com.soklet.web.com.soklet.web.ResourcePath
com.soklet.web.annotation
com.soklet.web.annotation.com.soklet.web.annotation.DELETE
com.soklet.web.annotation.com.soklet.web.annotation.DefaultValue
com.soklet.web.annotation.com.soklet.web.annotation.GET
com.soklet.web.annotation.com.soklet.web.annotation.HEAD
com.soklet.web.annotation.com.soklet.web.annotation.OPTIONS
com.soklet.web.annotation.com.soklet.web.annotation.PATCH
com.soklet.web.annotation.com.soklet.web.annotation.POST
com.soklet.web.annotation.com.soklet.web.annotation.PUT
com.soklet.web.annotation.com.soklet.web.annotation.PathParameter
com.soklet.web.annotation.com.soklet.web.annotation.QueryParameter
com.soklet.web.annotation.com.soklet.web.annotation.RequestBody
com.soklet.web.annotation.com.soklet.web.annotation.RequestCookie
com.soklet.web.annotation.com.soklet.web.annotation.RequestHeader
com.soklet.web.annotation.com.soklet.web.annotation.Resource
com.soklet.web.annotation.repeatable
com.soklet.web.annotation.repeatable.com.soklet.web.annotation.repeatable.DELETEs
com.soklet.web.annotation.repeatable.com.soklet.web.annotation.repeatable.GETs
com.soklet.web.annotation.repeatable.com.soklet.web.annotation.repeatable.HEADs
com.soklet.web.annotation.repeatable.com.soklet.web.annotation.repeatable.OPTIONSes
com.soklet.web.annotation.repeatable.com.soklet.web.annotation.repeatable.PATCHes
com.soklet.web.annotation.repeatable.com.soklet.web.annotation.repeatable.POSTs
com.soklet.web.annotation.repeatable.com.soklet.web.annotation.repeatable.PUTs
com.soklet.web.exception
com.soklet.web.exception.com.soklet.web.exception.BadRequestException
com.soklet.web.exception.com.soklet.web.exception.DefaultExceptionStatusMapper
com.soklet.web.exception.com.soklet.web.exception.ExceptionStatusMapper
com.soklet.web.exception.com.soklet.web.exception.IllegalPathParameterException
com.soklet.web.exception.com.soklet.web.exception.IllegalQueryParameterException
com.soklet.web.exception.com.soklet.web.exception.MethodNotAllowedException
com.soklet.web.exception.com.soklet.web.exception.MissingQueryParameterException
com.soklet.web.exception.com.soklet.web.exception.MissingRequestBodyException
com.soklet.web.exception.com.soklet.web.exception.ResourceMethodExecutionException
com.soklet.web.exception.com.soklet.web.exception.package-info
com.soklet.web
com.soklet.web.com.soklet.web.package-info
com.soklet.web.request
com.soklet.web.request.com.soklet.web.request.DefaultRequestHandler
com.soklet.web.request.com.soklet.web.request.RequestHandler
com.soklet.web.response
com.soklet.web.response.com.soklet.web.response.ApiResponse
com.soklet.web.response.com.soklet.web.response.AsyncResponse
com.soklet.web.response.com.soklet.web.response.BinaryResponse
com.soklet.web.response.com.soklet.web.response.DefaultResponseHandler
com.soklet.web.response.com.soklet.web.response.PageResponse
com.soklet.web.response.com.soklet.web.response.RedirectResponse
com.soklet.web.response.com.soklet.web.response.Response
com.soklet.web.response.com.soklet.web.response.ResponseHandler
com.soklet.web.response.writer
com.soklet.web.response.writer.com.soklet.web.response.writer.ApiResponseWriter
com.soklet.web.response.writer.com.soklet.web.response.writer.BinaryResponseWriter
com.soklet.web.response.writer.com.soklet.web.response.writer.DefaultApiResponseWriter
com.soklet.web.response.writer.com.soklet.web.response.writer.DefaultBinaryResponseWriter
com.soklet.web.response.writer.com.soklet.web.response.writer.DefaultPageResponseWriter
com.soklet.web.response.writer.com.soklet.web.response.writer.DefaultRedirectResponseWriter
com.soklet.web.response.writer.com.soklet.web.response.writer.PageResponseWriter
com.soklet.web.response.writer.com.soklet.web.response.writer.RedirectResponseWriter
com.soklet.web.response.writer.com.soklet.web.response.writer.ResponseWriter
com.soklet.web.routing
com.soklet.web.routing.com.soklet.web.routing.DefaultRouteMatcher
com.soklet.web.routing.com.soklet.web.routing.Route
com.soklet.web.routing.com.soklet.web.routing.RouteMatcher
com.soklet.web.routing.com.soklet.web.routing.RoutingServlet
com.soklet.web.server
com.soklet.web.server.com.soklet.web.server.FilterConfiguration
com.soklet.web.server.com.soklet.web.server.Server
com.soklet.web.server.com.soklet.web.server.ServerException
com.soklet.web.server.com.soklet.web.server.ServletConfiguration
com.soklet.web.server.com.soklet.web.server.StaticFilesConfiguration




© 2015 - 2024 Weber Informatics LLC | Privacy Policy