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

Download dss-core JAR 0.4.5 with all dependencies


Distributed server system

Files of the artifact dss-core version 0.4.5 from the group io.github.ztkmkoo.

Artifact dss-core
Group io.github.ztkmkoo
Version 0.4.5
Last update 29. August 2020
Tags: system distributed server
Organization not specified
URL https://github.com/ztkmkoo/dss
License not specified
Dependencies amount 6
Dependencies dss-common, akka-actor-typed_2.13, netty-all, jackson-core, jackson-databind, 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 dss-core Show documentation

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

0 downloads

Source code of dss-core version 0.4.5

META-INF
META-INF.META-INF.MANIFEST.MF
io.github.ztkmkoo.dss.core.actor
io.github.ztkmkoo.dss.core.actor.io.github.ztkmkoo.dss.core.actor.DssActorService
io.github.ztkmkoo.dss.core.actor.exception
io.github.ztkmkoo.dss.core.actor.exception.io.github.ztkmkoo.dss.core.actor.exception.DssRestRequestMappingException
io.github.ztkmkoo.dss.core.actor.exception.io.github.ztkmkoo.dss.core.actor.exception.DssUserActorDuplicateBehaviorCreateException
io.github.ztkmkoo.dss.core.actor.rest
io.github.ztkmkoo.dss.core.actor.rest.io.github.ztkmkoo.dss.core.actor.rest.DssRestMasterActor
io.github.ztkmkoo.dss.core.actor.rest.io.github.ztkmkoo.dss.core.actor.rest.DssRestPathResolver
io.github.ztkmkoo.dss.core.actor.rest.io.github.ztkmkoo.dss.core.actor.rest.DssRestServiceActor
io.github.ztkmkoo.dss.core.actor.rest.entity
io.github.ztkmkoo.dss.core.actor.rest.entity.io.github.ztkmkoo.dss.core.actor.rest.entity.DssRestContentInfo
io.github.ztkmkoo.dss.core.actor.rest.entity.io.github.ztkmkoo.dss.core.actor.rest.entity.DssRestServiceRequest
io.github.ztkmkoo.dss.core.actor.rest.entity.io.github.ztkmkoo.dss.core.actor.rest.entity.DssRestServiceRequestDefaultImpl
io.github.ztkmkoo.dss.core.actor.rest.entity.io.github.ztkmkoo.dss.core.actor.rest.entity.DssRestServiceResponse
io.github.ztkmkoo.dss.core.actor.rest.service
io.github.ztkmkoo.dss.core.actor.rest.service.io.github.ztkmkoo.dss.core.actor.rest.service.AbstractDssRestActorService
io.github.ztkmkoo.dss.core.actor.rest.service.io.github.ztkmkoo.dss.core.actor.rest.service.DssRestActorFormDataService
io.github.ztkmkoo.dss.core.actor.rest.service.io.github.ztkmkoo.dss.core.actor.rest.service.DssRestActorJsonService
io.github.ztkmkoo.dss.core.actor.rest.service.io.github.ztkmkoo.dss.core.actor.rest.service.DssRestActorService
io.github.ztkmkoo.dss.core.exception
io.github.ztkmkoo.dss.core.exception.io.github.ztkmkoo.dss.core.exception.DssRestInvalidContentTypeMappingException
io.github.ztkmkoo.dss.core.exception.io.github.ztkmkoo.dss.core.exception.DssRestServiceMappingException
io.github.ztkmkoo.dss.core.message
io.github.ztkmkoo.dss.core.message.io.github.ztkmkoo.dss.core.message.DssCommand
io.github.ztkmkoo.dss.core.message.rest
io.github.ztkmkoo.dss.core.message.rest.io.github.ztkmkoo.dss.core.message.rest.DssRestChannelHandlerCommand
io.github.ztkmkoo.dss.core.message.rest.io.github.ztkmkoo.dss.core.message.rest.DssRestChannelHandlerCommandResponse
io.github.ztkmkoo.dss.core.message.rest.io.github.ztkmkoo.dss.core.message.rest.DssRestChannelInitializerCommand
io.github.ztkmkoo.dss.core.message.rest.io.github.ztkmkoo.dss.core.message.rest.DssRestChannelInitializerCommandHandlerUnregistered
io.github.ztkmkoo.dss.core.message.rest.io.github.ztkmkoo.dss.core.message.rest.DssRestMasterActorCommand
io.github.ztkmkoo.dss.core.message.rest.io.github.ztkmkoo.dss.core.message.rest.DssRestMasterActorCommandRequest
io.github.ztkmkoo.dss.core.message.rest.io.github.ztkmkoo.dss.core.message.rest.DssRestServiceActorCommand
io.github.ztkmkoo.dss.core.message.rest.io.github.ztkmkoo.dss.core.message.rest.DssRestServiceActorCommandRequest
io.github.ztkmkoo.dss.core.network
io.github.ztkmkoo.dss.core.network.io.github.ztkmkoo.dss.core.network.DssActorAcceptable
io.github.ztkmkoo.dss.core.network.io.github.ztkmkoo.dss.core.network.DssChannel
io.github.ztkmkoo.dss.core.network.io.github.ztkmkoo.dss.core.network.DssChannelInitializer
io.github.ztkmkoo.dss.core.network.io.github.ztkmkoo.dss.core.network.DssChannelProperty
io.github.ztkmkoo.dss.core.network.io.github.ztkmkoo.dss.core.network.DssHandler
io.github.ztkmkoo.dss.core.network.rest
io.github.ztkmkoo.dss.core.network.rest.io.github.ztkmkoo.dss.core.network.rest.DssRestChannel
io.github.ztkmkoo.dss.core.network.rest.entity
io.github.ztkmkoo.dss.core.network.rest.entity.io.github.ztkmkoo.dss.core.network.rest.entity.DssRestRequest
io.github.ztkmkoo.dss.core.network.rest.enumeration
io.github.ztkmkoo.dss.core.network.rest.enumeration.io.github.ztkmkoo.dss.core.network.rest.enumeration.DssLogLevel
io.github.ztkmkoo.dss.core.network.rest.enumeration.io.github.ztkmkoo.dss.core.network.rest.enumeration.DssRestContentType
io.github.ztkmkoo.dss.core.network.rest.enumeration.io.github.ztkmkoo.dss.core.network.rest.enumeration.DssRestMethodType
io.github.ztkmkoo.dss.core.network.rest.exception
io.github.ztkmkoo.dss.core.network.rest.exception.io.github.ztkmkoo.dss.core.network.rest.exception.NotSupportedRestMethodException
io.github.ztkmkoo.dss.core.network.rest.handler
io.github.ztkmkoo.dss.core.network.rest.handler.io.github.ztkmkoo.dss.core.network.rest.handler.DssRestChannelInitializer
io.github.ztkmkoo.dss.core.network.rest.handler.io.github.ztkmkoo.dss.core.network.rest.handler.DssRestHandler
io.github.ztkmkoo.dss.core.network.rest.handler.io.github.ztkmkoo.dss.core.network.rest.handler.DssRestSslChannelInitializer
io.github.ztkmkoo.dss.core.network.rest.property
io.github.ztkmkoo.dss.core.network.rest.property.io.github.ztkmkoo.dss.core.network.rest.property.DssRestChannelProperty
io.github.ztkmkoo.dss.core.util
io.github.ztkmkoo.dss.core.util.io.github.ztkmkoo.dss.core.util.StringUtils
.logback.xml




© 2015 - 2024 Weber Informatics LLC | Privacy Policy