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

Download gameboot JAR 0.0.1 with all dependencies


An over-engineered archetype gaming server written in Spring Boot.

Files of the artifact gameboot version 0.0.1 from the group com.github.mrstampy.

Test

Download gameboot (0.0.1)
Artifact gameboot
Group com.github.mrstampy
Version 0.0.1
Organization not specified
URL http://mrstampy.github.io/gameboot/
License GNU GENERAL PUBLIC LICENSE, Version 2.0
Dependencies amount 21
Dependencies metrics-core, hibernate-envers, comsat-servlet, spring-boot-starter-web, comsat-spring-boot-security, netty-all, spring-boot-starter-data-jpa, javaee-api, spring-boot-starter-cache, groovy-all, comsat-spring-boot, spring-boot-starter-actuator, ehcache, spring-boot-starter-websocket, comsat-actors-netty, cache-api, quasar-core, commons-lang3, management-model, spring-boot-starter-aop, spring-boot-starter-security,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of gameboot Show documentation

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

0 downloads

Source code of gameboot version 0.0.1

META-INF
META-INF.META-INF.MANIFEST.MF
.application.properties
.banner.txt
com.github.mrstampy.gameboot
com.github.mrstampy.gameboot.com.github.mrstampy.gameboot.GameBoot
com.github.mrstampy.gameboot.com.github.mrstampy.gameboot.GameBootConfiguration
com.github.mrstampy.gameboot.com.github.mrstampy.gameboot.GameBootDependencyWriter
com.github.mrstampy.gameboot.concurrent
com.github.mrstampy.gameboot.concurrent.com.github.mrstampy.gameboot.concurrent.GameBootConcurrentConfiguration
com.github.mrstampy.gameboot.controller
com.github.mrstampy.gameboot.controller.com.github.mrstampy.gameboot.controller.GameBootControllerConfiguration
com.github.mrstampy.gameboot.controller.com.github.mrstampy.gameboot.controller.GameBootMessageController
com.github.mrstampy.gameboot.data
com.github.mrstampy.gameboot.data.com.github.mrstampy.gameboot.data.GameBootDataConfiguration
com.github.mrstampy.gameboot.data.condition
com.github.mrstampy.gameboot.data.condition.com.github.mrstampy.gameboot.data.condition.ClassPathCondition
com.github.mrstampy.gameboot.data.condition.com.github.mrstampy.gameboot.data.condition.ExternalClassPathCondition
com.github.mrstampy.gameboot.data.condition.com.github.mrstampy.gameboot.data.condition.FileCondition
com.github.mrstampy.gameboot.data.entity
com.github.mrstampy.gameboot.data.entity.com.github.mrstampy.gameboot.data.entity.AbstractGameBootEntity
com.github.mrstampy.gameboot.data.properties
com.github.mrstampy.gameboot.data.properties.com.github.mrstampy.gameboot.data.properties.ClassPathDatabasePropertiesConfiguration
com.github.mrstampy.gameboot.data.properties.com.github.mrstampy.gameboot.data.properties.ExternalClassPathDatabasePropertiesConfiguration
com.github.mrstampy.gameboot.data.properties.com.github.mrstampy.gameboot.data.properties.FileDatabasePropertiesConfiguration
com.github.mrstampy.gameboot.data.properties.condition
com.github.mrstampy.gameboot.data.properties.condition.com.github.mrstampy.gameboot.data.properties.condition.ClassPathCondition
com.github.mrstampy.gameboot.data.properties.condition.com.github.mrstampy.gameboot.data.properties.condition.ExternalClassPathCondition
com.github.mrstampy.gameboot.data.properties.condition.com.github.mrstampy.gameboot.data.properties.condition.FileCondition
com.github.mrstampy.gameboot.exception
com.github.mrstampy.gameboot.exception.com.github.mrstampy.gameboot.exception.GameBootException
com.github.mrstampy.gameboot.exception.com.github.mrstampy.gameboot.exception.GameBootRuntimeException
com.github.mrstampy.gameboot.exception.com.github.mrstampy.gameboot.exception.GameBootThrowable
com.github.mrstampy.gameboot.locale.messages
com.github.mrstampy.gameboot.locale.messages.com.github.mrstampy.gameboot.locale.messages.CurrentLocaleMessage
com.github.mrstampy.gameboot.locale.messages.com.github.mrstampy.gameboot.locale.messages.LocaleMessage
com.github.mrstampy.gameboot.locale.processor
com.github.mrstampy.gameboot.locale.processor.com.github.mrstampy.gameboot.locale.processor.CurrentLocaleProcessor
com.github.mrstampy.gameboot.locale.processor.com.github.mrstampy.gameboot.locale.processor.LocaleProcessor
com.github.mrstampy.gameboot.locale.processor.com.github.mrstampy.gameboot.locale.processor.LocaleRegistry
com.github.mrstampy.gameboot.messages
com.github.mrstampy.gameboot.messages.com.github.mrstampy.gameboot.messages.AbstractGameBootMessage
com.github.mrstampy.gameboot.messages.com.github.mrstampy.gameboot.messages.GameBootMessageConverter
com.github.mrstampy.gameboot.messages.com.github.mrstampy.gameboot.messages.Response
com.github.mrstampy.gameboot.messages.com.github.mrstampy.gameboot.messages.SystemIdResponse
com.github.mrstampy.gameboot.messages.context
com.github.mrstampy.gameboot.messages.context.com.github.mrstampy.gameboot.messages.context.GameBootContextLoader
com.github.mrstampy.gameboot.messages.context.com.github.mrstampy.gameboot.messages.context.GameBootContextLookup
com.github.mrstampy.gameboot.messages.context.com.github.mrstampy.gameboot.messages.context.GameBootResponseContextConfiguration
com.github.mrstampy.gameboot.messages.context.com.github.mrstampy.gameboot.messages.context.ResponseContext
com.github.mrstampy.gameboot.messages.context.com.github.mrstampy.gameboot.messages.context.ResponseContextCodes
com.github.mrstampy.gameboot.messages.context.com.github.mrstampy.gameboot.messages.context.ResponseContextLoader
com.github.mrstampy.gameboot.messages.context.com.github.mrstampy.gameboot.messages.context.ResponseContextLookup
com.github.mrstampy.gameboot.messages.finder
com.github.mrstampy.gameboot.messages.finder.com.github.mrstampy.gameboot.messages.finder.GameBootMessageClassFinder
com.github.mrstampy.gameboot.messages.finder.com.github.mrstampy.gameboot.messages.finder.MessageClassFinder
com.github.mrstampy.gameboot.messaging
com.github.mrstampy.gameboot.messaging.com.github.mrstampy.gameboot.messaging.MessagingGroups
com.github.mrstampy.gameboot.metrics
com.github.mrstampy.gameboot.metrics.com.github.mrstampy.gameboot.metrics.GameBootMetricsConfiguration
com.github.mrstampy.gameboot.metrics.com.github.mrstampy.gameboot.metrics.GameBootMetricsHelper
com.github.mrstampy.gameboot.metrics.com.github.mrstampy.gameboot.metrics.MetricsHelper
com.github.mrstampy.gameboot.metrics.com.github.mrstampy.gameboot.metrics.NullMetricsHelper
com.github.mrstampy.gameboot.netty
com.github.mrstampy.gameboot.netty.com.github.mrstampy.gameboot.netty.AbstractNettyMessageHandler
com.github.mrstampy.gameboot.netty.com.github.mrstampy.gameboot.netty.AbstractNettyProcessor
com.github.mrstampy.gameboot.netty.com.github.mrstampy.gameboot.netty.NettyConnectionRegistry
com.github.mrstampy.gameboot.otp
com.github.mrstampy.gameboot.otp.com.github.mrstampy.gameboot.otp.KeyRegistry
com.github.mrstampy.gameboot.otp.com.github.mrstampy.gameboot.otp.OneTimePad
com.github.mrstampy.gameboot.otp.com.github.mrstampy.gameboot.otp.OtpConfiguration
com.github.mrstampy.gameboot.otp.messages
com.github.mrstampy.gameboot.otp.messages.com.github.mrstampy.gameboot.otp.messages.OtpKeyRequest
com.github.mrstampy.gameboot.otp.messages.com.github.mrstampy.gameboot.otp.messages.OtpMessage
com.github.mrstampy.gameboot.otp.messages.com.github.mrstampy.gameboot.otp.messages.OtpNewKeyAck
com.github.mrstampy.gameboot.otp.messaging
com.github.mrstampy.gameboot.otp.messaging.com.github.mrstampy.gameboot.otp.messaging.OtpMessagingGroups
com.github.mrstampy.gameboot.otp.netty
com.github.mrstampy.gameboot.otp.netty.com.github.mrstampy.gameboot.otp.netty.OtpClearNettyHandler
com.github.mrstampy.gameboot.otp.netty.com.github.mrstampy.gameboot.otp.netty.OtpClearNettyProcessor
com.github.mrstampy.gameboot.otp.netty.com.github.mrstampy.gameboot.otp.netty.OtpEncryptedNettyHandler
com.github.mrstampy.gameboot.otp.netty.com.github.mrstampy.gameboot.otp.netty.OtpNettyGroupRegistry
com.github.mrstampy.gameboot.otp.processor
com.github.mrstampy.gameboot.otp.processor.com.github.mrstampy.gameboot.otp.processor.OtpKeyRequestProcessor
com.github.mrstampy.gameboot.otp.processor.com.github.mrstampy.gameboot.otp.processor.OtpNewKeyAckProcessor
com.github.mrstampy.gameboot.otp.processor.com.github.mrstampy.gameboot.otp.processor.OtpNewKeyRegistry
com.github.mrstampy.gameboot.otp.properties
com.github.mrstampy.gameboot.otp.properties.com.github.mrstampy.gameboot.otp.properties.ClassPathOtpPropertiesConfiguration
com.github.mrstampy.gameboot.otp.properties.com.github.mrstampy.gameboot.otp.properties.ExternalClassPathOtpPropertiesConfiguration
com.github.mrstampy.gameboot.otp.properties.com.github.mrstampy.gameboot.otp.properties.FileOtpPropertiesConfiguration
com.github.mrstampy.gameboot.otp.properties.condition
com.github.mrstampy.gameboot.otp.properties.condition.com.github.mrstampy.gameboot.otp.properties.condition.ClassPathCondition
com.github.mrstampy.gameboot.otp.properties.condition.com.github.mrstampy.gameboot.otp.properties.condition.ExternalClassPathCondition
com.github.mrstampy.gameboot.otp.properties.condition.com.github.mrstampy.gameboot.otp.properties.condition.FileCondition
com.github.mrstampy.gameboot.otp.websocket
com.github.mrstampy.gameboot.otp.websocket.com.github.mrstampy.gameboot.otp.websocket.OtpClearWebSocketHandler
com.github.mrstampy.gameboot.otp.websocket.com.github.mrstampy.gameboot.otp.websocket.OtpClearWebSocketProcessor
com.github.mrstampy.gameboot.otp.websocket.com.github.mrstampy.gameboot.otp.websocket.OtpEncryptedWebSocketHandler
com.github.mrstampy.gameboot.otp.websocket.com.github.mrstampy.gameboot.otp.websocket.OtpWebSocketGroupRegistry
com.github.mrstampy.gameboot.processor
com.github.mrstampy.gameboot.processor.com.github.mrstampy.gameboot.processor.AbstractGameBootProcessor
com.github.mrstampy.gameboot.processor.com.github.mrstampy.gameboot.processor.AbstractTransactionalGameBootProcessor
com.github.mrstampy.gameboot.processor.com.github.mrstampy.gameboot.processor.GameBootProcessor
com.github.mrstampy.gameboot.processor.com.github.mrstampy.gameboot.processor.GameBootProcessorAspect
com.github.mrstampy.gameboot.processor.com.github.mrstampy.gameboot.processor.NullGameBootProcessor
com.github.mrstampy.gameboot.processor.com.github.mrstampy.gameboot.processor.NullMessage
com.github.mrstampy.gameboot.processor.connection
com.github.mrstampy.gameboot.processor.connection.com.github.mrstampy.gameboot.processor.connection.AbstractConnectionProcessor
com.github.mrstampy.gameboot.processor.connection.com.github.mrstampy.gameboot.processor.connection.ConnectionProcessor
com.github.mrstampy.gameboot.properties
com.github.mrstampy.gameboot.properties.com.github.mrstampy.gameboot.properties.ClassPathGameBootPropertiesConfiguration
com.github.mrstampy.gameboot.properties.com.github.mrstampy.gameboot.properties.ExternalClassPathGameBootPropertiesConfiguration
com.github.mrstampy.gameboot.properties.com.github.mrstampy.gameboot.properties.FileGameBootPropertiesConfiguration
com.github.mrstampy.gameboot.properties.condition
com.github.mrstampy.gameboot.properties.condition.com.github.mrstampy.gameboot.properties.condition.ClassPathCondition
com.github.mrstampy.gameboot.properties.condition.com.github.mrstampy.gameboot.properties.condition.ExternalClassPathCondition
com.github.mrstampy.gameboot.properties.condition.com.github.mrstampy.gameboot.properties.condition.FileCondition
com.github.mrstampy.gameboot.security
com.github.mrstampy.gameboot.security.com.github.mrstampy.gameboot.security.SecurityConfiguration
com.github.mrstampy.gameboot.security.properties
com.github.mrstampy.gameboot.security.properties.com.github.mrstampy.gameboot.security.properties.ClassPathSecurityPropertiesConfiguration
com.github.mrstampy.gameboot.security.properties.com.github.mrstampy.gameboot.security.properties.ExternalClassPathSecurityPropertiesConfiguration
com.github.mrstampy.gameboot.security.properties.com.github.mrstampy.gameboot.security.properties.FileSecurityPropertiesConfiguration
com.github.mrstampy.gameboot.security.properties.condition
com.github.mrstampy.gameboot.security.properties.condition.com.github.mrstampy.gameboot.security.properties.condition.ClassPathCondition
com.github.mrstampy.gameboot.security.properties.condition.com.github.mrstampy.gameboot.security.properties.condition.ExternalClassPathCondition
com.github.mrstampy.gameboot.security.properties.condition.com.github.mrstampy.gameboot.security.properties.condition.FileCondition
com.github.mrstampy.gameboot.servlet
com.github.mrstampy.gameboot.servlet.com.github.mrstampy.gameboot.servlet.GameBootMDCFilter
com.github.mrstampy.gameboot.systemid
com.github.mrstampy.gameboot.systemid.com.github.mrstampy.gameboot.systemid.GameBootSystemId
com.github.mrstampy.gameboot.systemid.com.github.mrstampy.gameboot.systemid.SystemId
com.github.mrstampy.gameboot.systemid.com.github.mrstampy.gameboot.systemid.SystemIdKey
com.github.mrstampy.gameboot.systemid.messages
com.github.mrstampy.gameboot.systemid.messages.com.github.mrstampy.gameboot.systemid.messages.SystemIdMessage
com.github.mrstampy.gameboot.systemid.processor
com.github.mrstampy.gameboot.systemid.processor.com.github.mrstampy.gameboot.systemid.processor.SystemIdMessageProcessor
com.github.mrstampy.gameboot.usersession
com.github.mrstampy.gameboot.usersession.com.github.mrstampy.gameboot.usersession.ActiveSessions
com.github.mrstampy.gameboot.usersession.com.github.mrstampy.gameboot.usersession.UserSessionAssist
com.github.mrstampy.gameboot.usersession.com.github.mrstampy.gameboot.usersession.UserSessionConfiguration
com.github.mrstampy.gameboot.usersession.com.github.mrstampy.gameboot.usersession.UserSessionLookup
com.github.mrstampy.gameboot.usersession.data.entity
com.github.mrstampy.gameboot.usersession.data.entity.com.github.mrstampy.gameboot.usersession.data.entity.User
com.github.mrstampy.gameboot.usersession.data.entity.com.github.mrstampy.gameboot.usersession.data.entity.UserSession
com.github.mrstampy.gameboot.usersession.data.repository
com.github.mrstampy.gameboot.usersession.data.repository.com.github.mrstampy.gameboot.usersession.data.repository.UserRepository
com.github.mrstampy.gameboot.usersession.data.repository.com.github.mrstampy.gameboot.usersession.data.repository.UserSessionRepository
com.github.mrstampy.gameboot.usersession.messages
com.github.mrstampy.gameboot.usersession.messages.com.github.mrstampy.gameboot.usersession.messages.UserMessage
com.github.mrstampy.gameboot.usersession.processor
com.github.mrstampy.gameboot.usersession.processor.com.github.mrstampy.gameboot.usersession.processor.UserMessageProcessor
com.github.mrstampy.gameboot.usersession.processor.com.github.mrstampy.gameboot.usersession.processor.UserSessionKey
com.github.mrstampy.gameboot.usersession.processor.com.github.mrstampy.gameboot.usersession.processor.UsernameKey
com.github.mrstampy.gameboot.util
com.github.mrstampy.gameboot.util.com.github.mrstampy.gameboot.util.GameBootUtils
com.github.mrstampy.gameboot.util.concurrent
com.github.mrstampy.gameboot.util.concurrent.com.github.mrstampy.gameboot.util.concurrent.GameBootThreadFactory
com.github.mrstampy.gameboot.util.concurrent.com.github.mrstampy.gameboot.util.concurrent.MDCCallable
com.github.mrstampy.gameboot.util.concurrent.com.github.mrstampy.gameboot.util.concurrent.MDCRunnable
com.github.mrstampy.gameboot.util.registry
com.github.mrstampy.gameboot.util.registry.com.github.mrstampy.gameboot.util.registry.AbstractRegistryKey
com.github.mrstampy.gameboot.util.registry.com.github.mrstampy.gameboot.util.registry.GameBootRegistry
com.github.mrstampy.gameboot.util.registry.com.github.mrstampy.gameboot.util.registry.NullRegistryCleanerListener
com.github.mrstampy.gameboot.util.registry.com.github.mrstampy.gameboot.util.registry.RegistryCleaner
com.github.mrstampy.gameboot.util.registry.com.github.mrstampy.gameboot.util.registry.RegistryCleanerListener
com.github.mrstampy.gameboot.util.resource
com.github.mrstampy.gameboot.util.resource.com.github.mrstampy.gameboot.util.resource.AbstractFallbackResourceCondition
com.github.mrstampy.gameboot.util.resource.com.github.mrstampy.gameboot.util.resource.ResourceLogger
com.github.mrstampy.gameboot.web
com.github.mrstampy.gameboot.web.com.github.mrstampy.gameboot.web.DefaultWebAllowable
com.github.mrstampy.gameboot.web.com.github.mrstampy.gameboot.web.HttpSessionRegistry
com.github.mrstampy.gameboot.web.com.github.mrstampy.gameboot.web.WebAllowable
com.github.mrstampy.gameboot.web.com.github.mrstampy.gameboot.web.WebConfiguration
com.github.mrstampy.gameboot.web.com.github.mrstampy.gameboot.web.WebProcessor
com.github.mrstampy.gameboot.web.locale
com.github.mrstampy.gameboot.web.locale.com.github.mrstampy.gameboot.web.locale.WebLocale
com.github.mrstampy.gameboot.websocket
com.github.mrstampy.gameboot.websocket.com.github.mrstampy.gameboot.websocket.AbstractGameBootWebSocketHandler
com.github.mrstampy.gameboot.websocket.com.github.mrstampy.gameboot.websocket.AbstractWebSocketProcessor
com.github.mrstampy.gameboot.websocket.com.github.mrstampy.gameboot.websocket.WebSocketSessionRegistry
.database.properties
.ehcache.xml
.error.properties
.gameboot.properties
.logback.groovy
.otp.properties
.security.properties




© 2015 - 2025 Weber Informatics LLC | Privacy Policy