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

Download jawn-core JAR 2.0.1 with all dependencies


java-web-planet / jawn - A simple web framework in Java

Files of the artifact jawn-core version 2.0.1 from the group net.javapla.jawn.

Test

Download jawn-core (2.0.1)
Artifact jawn-core
Group net.javapla.jawn
Version 2.0.1
Organization not specified
URL https://github.com/MTDdk/jawn
License GNU LGPL, Version 3.0
Dependencies amount 9
Dependencies slf4j-api, jackson-module-afterburner, c3p0, javax.ws.rs-api, imgscalr-lib, expiringmap, jackson-dataformat-xml, ST4, guice,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of jawn-core Show documentation

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

0 downloads

Source code of jawn-core version 2.0.1

META-INF
META-INF.META-INF.MANIFEST.MF
.module-info
net.javapla.jawn.core
net.javapla.jawn.core.netpla.jawn.core.AbstractContext
net.javapla.jawn.core.netpla.jawn.core.Body
net.javapla.jawn.core.netpla.jawn.core.Context
net.javapla.jawn.core.netpla.jawn.core.Cookie
net.javapla.jawn.core.netpla.jawn.core.HttpMethod
net.javapla.jawn.core.netpla.jawn.core.Jawn
net.javapla.jawn.core.netpla.jawn.core.MediaType
net.javapla.jawn.core.netpla.jawn.core.Parser
net.javapla.jawn.core.netpla.jawn.core.Plugin
net.javapla.jawn.core.netpla.jawn.core.Registry
net.javapla.jawn.core.netpla.jawn.core.Renderer
net.javapla.jawn.core.netpla.jawn.core.Route
net.javapla.jawn.core.netpla.jawn.core.Router
net.javapla.jawn.core.netpla.jawn.core.Server
net.javapla.jawn.core.netpla.jawn.core.Status
net.javapla.jawn.core.netpla.jawn.core.TemplateRenderer
net.javapla.jawn.core.netpla.jawn.core.TypeLiteral
net.javapla.jawn.core.netpla.jawn.core.Up
net.javapla.jawn.core.netpla.jawn.core.Value
net.javapla.jawn.core.netpla.jawn.core.View
net.javapla.jawn.core.netpla.jawn.core.WebSocket
net.javapla.jawn.core.annotation
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.AfterFilter
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.BeforeFilter
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.Consumes
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.DELETE
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.Filter
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.GET
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.HEAD
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.HeaderParam
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.Inject
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.Named
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.OPTIONS
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.POST
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.PUT
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.Path
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.PathParam
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.Produces
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.QueryParam
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.SessionParam
net.javapla.jawn.core.annotation.netpla.jawn.core.annotation.Singleton
net.javapla.jawn.core.internal
net.javapla.jawn.core.internal.netpla.jawn.core.internal.Bootstrapper
net.javapla.jawn.core.internal.netpla.jawn.core.internal.ParserRenderEngine
net.javapla.jawn.core.internal.netpla.jawn.core.internal.Pipeline
net.javapla.jawn.core.internal.netpla.jawn.core.internal.ReadOnlyContext
net.javapla.jawn.core.internal.netpla.jawn.core.internal.RouterImpl
net.javapla.jawn.core.internal.netpla.jawn.core.internal.ValueParser
net.javapla.jawn.core.internal.injection
net.javapla.jawn.core.internal.injection.netpla.jawn.core.internal.injection.ConstructorProxy
net.javapla.jawn.core.internal.injection.netpla.jawn.core.internal.injection.Dependency
net.javapla.jawn.core.internal.injection.netpla.jawn.core.internal.injection.InjectionPoint
net.javapla.jawn.core.internal.injection.netpla.jawn.core.internal.injection.Injector
net.javapla.jawn.core.internal.injection.netpla.jawn.core.internal.injection.Nullability
net.javapla.jawn.core.internal.injection.netpla.jawn.core.internal.injection.Provider
net.javapla.jawn.core.internal.injection.netpla.jawn.core.internal.injection.Types
net.javapla.jawn.core.internal.mvc
net.javapla.jawn.core.internal.mvc.netpla.jawn.core.internal.mvc.ActionHandler
net.javapla.jawn.core.internal.mvc.netpla.jawn.core.internal.mvc.ActionParameter
net.javapla.jawn.core.internal.mvc.netpla.jawn.core.internal.mvc.ActionParameterExtractor
net.javapla.jawn.core.internal.mvc.netpla.jawn.core.internal.mvc.MvcCompiler
net.javapla.jawn.core.internal.mvc.netpla.jawn.core.internal.mvc.MvcRouteBuilder
net.javapla.jawn.core.internal.reflection
net.javapla.jawn.core.internal.reflection.netpla.jawn.core.internal.reflection.ClassLocator
net.javapla.jawn.core.internal.reflection.netpla.jawn.core.internal.reflection.ClassMeta
net.javapla.jawn.core.internal.reflection.netpla.jawn.core.internal.reflection.ClassSource
net.javapla.jawn.core.internal.reflection.netpla.jawn.core.internal.reflection.Materialise
net.javapla.jawn.core.internal.reflection.netpla.jawn.core.internal.reflection.ModuleLoader
net.javapla.jawn.core.internal.reflection.netpla.jawn.core.internal.reflection.Reflection
net.javapla.jawn.core.internal.reflection.netpla.jawn.core.internal.reflection.RouteClassAnalyser
net.javapla.jawn.core.internal.template
net.javapla.jawn.core.internal.template.netpla.jawn.core.internal.template.LoxTemplateRenderer
net.javapla.jawn.core.util
net.javapla.jawn.core.util.netpla.jawn.core.util.AsyncCharArrayWriter
net.javapla.jawn.core.util.netpla.jawn.core.util.DateUtil
net.javapla.jawn.core.util.netpla.jawn.core.util.LoggerManipulation
net.javapla.jawn.core.util.netpla.jawn.core.util.MultiList
net.javapla.jawn.core.util.netpla.jawn.core.util.PrintJournalist
net.javapla.jawn.core.util.netpla.jawn.core.util.StreamUtil
net.javapla.jawn.core.util.netpla.jawn.core.util.StringUtil
net.javapla.jawn.core.util.netpla.jawn.core.util.URLCodec




© 2015 - 2025 Weber Informatics LLC | Privacy Policy