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

Download toolarium-jwebserver JAR 1.2.1 with all dependencies


The implementation of the toolarium-jwebserver.

Files of the artifact toolarium-jwebserver version 1.2.1 from the group com.github.toolarium.

Artifact toolarium-jwebserver
Group com.github.toolarium
Version 1.2.1
Last update 28. July 2024
Tags: implementation toolarium jwebserver
Organization not specified
URL https://github.com/toolarium/toolarium-jwebserver
License MIT License: https://mit-license.org
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
There is a newer version: 1.2.2
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of toolarium-jwebserver Show documentation

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

0 downloads

Source code of toolarium-jwebserver version 1.2.1

..checkstyle
..classpath
..editorconfig
..project
.CHANGELOG.md
.LICENSE
META-INF
META-INF.META-INF.CHANGELOG.md
META-INF.META-INF.LICENSE
META-INF.META-INF.MANIFEST.MF
META-INF.META-INF.VERSION
.VERSION
.build.gradle
conf.checkstyle
conf.checkstyle.conf.checkstyle.checkstyle-file-header.txt
conf.checkstyle.conf.checkstyle.checkstyle-suppressions.xml
conf.checkstyle.conf.checkstyle.checkstyle.xml
.gradle.properties
gradle.wrapper
gradle.wrapper.gradle.wrapper.gradle-wrapper.jar
gradle.wrapper.gradle.wrapper.gradle-wrapper.properties
.gradlew
.gradlew.bat
.org.eclipse.buildship.core.prefs
.org.eclipse.jdt.core.prefs
.settings.gradle
src.main.java
src.main.java.src.main.Links.txt
src.main.java.com.github.toolarium.jwebserver
src.main.java.com.github.toolarium.jwebserver.src.main.com.github.toolarium.jwebserver.JWebServer
src.main.java.com.github.toolarium.jwebserver.config
src.main.java.com.github.toolarium.jwebserver.config.src.main.com.github.toolarium.jwebserver.config.IProxyServerConfiguration
src.main.java.com.github.toolarium.jwebserver.config.src.main.com.github.toolarium.jwebserver.config.IResourceServerConfiguration
src.main.java.com.github.toolarium.jwebserver.config.src.main.com.github.toolarium.jwebserver.config.ISSLServerConfiguration
src.main.java.com.github.toolarium.jwebserver.config.src.main.com.github.toolarium.jwebserver.config.IWebServerConfiguration
src.main.java.com.github.toolarium.jwebserver.config.src.main.com.github.toolarium.jwebserver.config.ProxyServerConfiguration
src.main.java.com.github.toolarium.jwebserver.config.src.main.com.github.toolarium.jwebserver.config.ResourceServerConfiguration
src.main.java.com.github.toolarium.jwebserver.config.src.main.com.github.toolarium.jwebserver.config.SSLServerConfiguration
src.main.java.com.github.toolarium.jwebserver.config.src.main.com.github.toolarium.jwebserver.config.WebServerConfiguration
src.main.java.com.github.toolarium.jwebserver.handler.auth
src.main.java.com.github.toolarium.jwebserver.handler.auth.src.main.com.github.toolarium.jwebserver.handler.auth.BasicAuthenticationHttpHandler
src.main.java.com.github.toolarium.jwebserver.handler.auth.src.main.com.github.toolarium.jwebserver.handler.auth.MemoryIdentityManager
src.main.java.com.github.toolarium.jwebserver.handler.health
src.main.java.com.github.toolarium.jwebserver.handler.health.src.main.com.github.toolarium.jwebserver.handler.health.HealthHttpHandler
src.main.java.com.github.toolarium.jwebserver.handler.routing
src.main.java.com.github.toolarium.jwebserver.handler.routing.src.main.com.github.toolarium.jwebserver.handler.routing.RoutingHandler
src.main.java.com.github.toolarium.jwebserver.handler.routing.proxy
src.main.java.com.github.toolarium.jwebserver.handler.routing.proxy.src.main.com.github.toolarium.jwebserver.handler.routing.proxy.ProxyHandler
src.main.java.com.github.toolarium.jwebserver.handler.routing.resource
src.main.java.com.github.toolarium.jwebserver.handler.routing.resource.src.main.com.github.toolarium.jwebserver.handler.routing.resource.ClassPathResourceManager
src.main.java.com.github.toolarium.jwebserver.handler.routing.resource.src.main.com.github.toolarium.jwebserver.handler.routing.resource.PathResourceManager
src.main.java.com.github.toolarium.jwebserver.handler.routing.resource.src.main.com.github.toolarium.jwebserver.handler.routing.resource.RedirectDirectoryHandler
src.main.java.com.github.toolarium.jwebserver.handler.routing.resource.src.main.com.github.toolarium.jwebserver.handler.routing.resource.ResourceHandler
src.main.java.com.github.toolarium.jwebserver.logger
src.main.java.com.github.toolarium.jwebserver.logger.src.main.com.github.toolarium.jwebserver.logger.LifecycleLogger
src.main.java.com.github.toolarium.jwebserver.logger.src.main.com.github.toolarium.jwebserver.logger.VerboseLevel
src.main.java.com.github.toolarium.jwebserver.logger.access
src.main.java.com.github.toolarium.jwebserver.logger.access.src.main.com.github.toolarium.jwebserver.logger.access.AccessLogHttpHandler
src.main.java.com.github.toolarium.jwebserver.logger.access.src.main.com.github.toolarium.jwebserver.logger.access.Slf4jAccessLogReceiver
src.main.java.com.github.toolarium.jwebserver.logger.access.src.main.com.github.toolarium.jwebserver.logger.access.StdoutAccessLogReceiver
src.main.java.com.github.toolarium.jwebserver.logger.ansi
src.main.java.com.github.toolarium.jwebserver.logger.ansi.src.main.com.github.toolarium.jwebserver.logger.ansi.ColoredStackTraceWriter
src.main.java.com.github.toolarium.jwebserver.logger.logback
src.main.java.com.github.toolarium.jwebserver.logger.logback.src.main.com.github.toolarium.jwebserver.logger.logback.LogbackUtil
src.main.java.com.github.toolarium.jwebserver.util
src.main.java.com.github.toolarium.jwebserver.util.src.main.com.github.toolarium.jwebserver.util.CertificateUtil
src.main.java.com.github.toolarium.jwebserver.util.src.main.com.github.toolarium.jwebserver.util.ConfigurationUtil
src.main.resources
src.main.resources.src.main.resources.jwebserver.properties
src.main.resources.src.main.resources.logback.xml
src.test.java.com.github.toolarium.jwebserver
src.test.java.com.github.toolarium.jwebserver.src.test.com.github.toolarium.jwebserver.AbstractJWebServerTest
src.test.java.com.github.toolarium.jwebserver.src.test.com.github.toolarium.jwebserver.JWebServerBaseTest
src.test.java.com.github.toolarium.jwebserver.auth
src.test.java.com.github.toolarium.jwebserver.auth.src.test.com.github.toolarium.jwebserver.auth.JWebServerBasicAuthTest
src.test.java.com.github.toolarium.jwebserver.health
src.test.java.com.github.toolarium.jwebserver.health.src.test.com.github.toolarium.jwebserver.health.JWebServerHealthTest
src.test.java.com.github.toolarium.jwebserver.logging
src.test.java.com.github.toolarium.jwebserver.logging.src.test.com.github.toolarium.jwebserver.logging.LogbackTest
src.test.java.com.github.toolarium.jwebserver.resource
src.test.java.com.github.toolarium.jwebserver.resource.src.test.com.github.toolarium.jwebserver.resource.AbstractJWebserverResourceAccessTest
src.test.java.com.github.toolarium.jwebserver.resource.src.test.com.github.toolarium.jwebserver.resource.JWebServerClasspathAccessTest
src.test.java.com.github.toolarium.jwebserver.resource.src.test.com.github.toolarium.jwebserver.resource.JWebServerPathAccessTest
src.test.resources.mypath
src.test.resources.mypath.src.test.resources.mypath.index.json
src.test.resources.mypath.subpath
src.test.resources.mypath.subpath.src.test.resources.mypath.subpath.index.json
src.test.resources
src.test.resources.src.test.resources.testfile.json




© 2015 - 2024 Weber Informatics LLC | Privacy Policy