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

Download tinystruct JAR 1.1.6 with all dependencies


A simple framework for Java development. Simplicity is difficult, while complexity is easy. Better thinking leads to better design.

Files of the artifact tinystruct version 1.1.6 from the group org.tinystruct.

Artifact tinystruct
Group org.tinystruct
Version 1.1.6
Last update 08. February 2024
Tags: complexity development difficult simple simplicity while easy thinking better framework java leads design
Organization not specified
URL http://tinystruct.org
License Apache 2.0
Dependencies amount 28
Dependencies jakarta.servlet-api, jakarta.activation-api, mysql-connector-j, jakarta.mail, core, lettuce-core, netty-common, netty-handler, netty-transport, netty-codec, netty-codec-http, netty-codec-redis, netty-codec-mqtt, netty-transport-native-epoll, jjwt-api, jjwt-impl, jol-core, kafka-clients, mockito-core, h2, nashorn-core, jna, bctls-jdk15on, org.eclipse.paho.client.mqttv3, dec, native-maven-plugin, jmh-core, jmh-generator-annprocess,
There are maybe transitive dependencies!
There is a newer version: 1.2.6
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of tinystruct Show documentation

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

0 downloads

Source code of tinystruct version 1.1.6

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.META-INF.mime.types
.application.properties
.ca.pri
.ca.pub
.favicon.ico
.lock.lua
org.tinystruct
org.tinystruct.org.tinystruct.AbstractApplication
org.tinystruct.org.tinystruct.Application
org.tinystruct.org.tinystruct.ApplicationContext
org.tinystruct.org.tinystruct.ApplicationException
org.tinystruct.org.tinystruct.ApplicationRuntimeException
org.tinystruct.application
org.tinystruct.application.org.tinystruct.application.Action
org.tinystruct.application.org.tinystruct.application.ActionRegistry
org.tinystruct.application.org.tinystruct.application.Container
org.tinystruct.application.org.tinystruct.application.Context
org.tinystruct.application.org.tinystruct.application.Method
org.tinystruct.application.org.tinystruct.application.Mutex
org.tinystruct.application.org.tinystruct.application.SharedVariables
org.tinystruct.application.org.tinystruct.application.Template
org.tinystruct.application.org.tinystruct.application.Variables
org.tinystruct.data
org.tinystruct.data.org.tinystruct.data.Attachment
org.tinystruct.data.org.tinystruct.data.Cacheable
org.tinystruct.data.org.tinystruct.data.ConnectionManager
org.tinystruct.data.org.tinystruct.data.Data
org.tinystruct.data.org.tinystruct.data.DatabaseOperator
org.tinystruct.data.org.tinystruct.data.FileEntity
org.tinystruct.data.org.tinystruct.data.Mapping
org.tinystruct.data.org.tinystruct.data.MappingManager
org.tinystruct.data.org.tinystruct.data.Redis
org.tinystruct.data.org.tinystruct.data.Repository
org.tinystruct.data.component
org.tinystruct.data.component.org.tinystruct.data.component.AbstractData
org.tinystruct.data.component.org.tinystruct.data.component.Builder
org.tinystruct.data.component.org.tinystruct.data.component.Builders
org.tinystruct.data.component.org.tinystruct.data.component.Cache
org.tinystruct.data.component.org.tinystruct.data.component.Condition
org.tinystruct.data.component.org.tinystruct.data.component.Field
org.tinystruct.data.component.org.tinystruct.data.component.FieldInfo
org.tinystruct.data.component.org.tinystruct.data.component.FieldType
org.tinystruct.data.component.org.tinystruct.data.component.H2Server
org.tinystruct.data.component.org.tinystruct.data.component.Id
org.tinystruct.data.component.org.tinystruct.data.component.MySQLServer
org.tinystruct.data.component.org.tinystruct.data.component.Pager
org.tinystruct.data.component.org.tinystruct.data.component.Row
org.tinystruct.data.component.org.tinystruct.data.component.SQLServer
org.tinystruct.data.component.org.tinystruct.data.component.SQLiteServer
org.tinystruct.data.component.org.tinystruct.data.component.Struct
org.tinystruct.data.component.org.tinystruct.data.component.Table
org.tinystruct.data.tools
org.tinystruct.data.tools.org.tinystruct.data.tools.Generator
org.tinystruct.data.tools.org.tinystruct.data.tools.H2Generator
org.tinystruct.data.tools.org.tinystruct.data.tools.KafkaClient
org.tinystruct.data.tools.org.tinystruct.data.tools.MSSQLGenerator
org.tinystruct.data.tools.org.tinystruct.data.tools.MySQLGenerator
org.tinystruct.data.tools.org.tinystruct.data.tools.SQLiteGenerator
org.tinystruct.dom
org.tinystruct.dom.org.tinystruct.dom.Attribute
org.tinystruct.dom.org.tinystruct.dom.Document
org.tinystruct.dom.org.tinystruct.dom.DocumentEntityResolver
org.tinystruct.dom.org.tinystruct.dom.Element
org.tinystruct.dom.org.tinystruct.dom.ElementType
org.tinystruct.dom.org.tinystruct.dom.Escape
org.tinystruct.dom.org.tinystruct.dom.SimpleErrorHandler
org.tinystruct.dom.org.tinystruct.dom.XHTML
org.tinystruct.dom.org.tinystruct.dom.XHTMLEntityResolver
org.tinystruct.handler
org.tinystruct.handler.org.tinystruct.handler.DefaultHandler
org.tinystruct.handler.org.tinystruct.handler.HttpProxyHandler
org.tinystruct.handler.org.tinystruct.handler.HttpRequestHandler
org.tinystruct.handler.org.tinystruct.handler.HttpStaticFileHandler
org.tinystruct.handler.org.tinystruct.handler.MQTTServerHandler
org.tinystruct.handler.org.tinystruct.handler.ProxyHandler
org.tinystruct.handler.org.tinystruct.handler.ProxyInboundHandler
org.tinystruct.handler.org.tinystruct.handler.ProxyOutboundHandler
org.tinystruct.handler.org.tinystruct.handler.RedisProxyHandler
org.tinystruct.handler.org.tinystruct.handler.Reforward
org.tinystruct.http
org.tinystruct.http.org.tinystruct.http.Callback
org.tinystruct.http.org.tinystruct.http.Constants
org.tinystruct.http.org.tinystruct.http.Cookie
org.tinystruct.http.org.tinystruct.http.CookieImpl
org.tinystruct.http.org.tinystruct.http.Header
org.tinystruct.http.org.tinystruct.http.Headers
org.tinystruct.http.org.tinystruct.http.HttpRequestBuilder
org.tinystruct.http.org.tinystruct.http.MemorySession
org.tinystruct.http.org.tinystruct.http.Method
org.tinystruct.http.org.tinystruct.http.Monitor
org.tinystruct.http.org.tinystruct.http.Protocol
org.tinystruct.http.org.tinystruct.http.Request
org.tinystruct.http.org.tinystruct.http.RequestBuilder
org.tinystruct.http.org.tinystruct.http.RequestWrapper
org.tinystruct.http.org.tinystruct.http.Response
org.tinystruct.http.org.tinystruct.http.ResponseBuilder
org.tinystruct.http.org.tinystruct.http.ResponseHeaders
org.tinystruct.http.org.tinystruct.http.ResponseStatus
org.tinystruct.http.org.tinystruct.http.ResponseWrapper
org.tinystruct.http.org.tinystruct.http.Session
org.tinystruct.http.org.tinystruct.http.SessionEvent
org.tinystruct.http.org.tinystruct.http.SessionListener
org.tinystruct.http.org.tinystruct.http.SessionManager
org.tinystruct.http.org.tinystruct.http.URLRequest
org.tinystruct.http.org.tinystruct.http.Version
org.tinystruct.http.security
org.tinystruct.http.security.org.tinystruct.http.security.JWTManager
org.tinystruct.http.servlet
org.tinystruct.http.servlet.org.tinystruct.http.servlet.MultipartFormData
org.tinystruct.http.servlet.org.tinystruct.http.servlet.RequestBuilder
org.tinystruct.http.servlet.org.tinystruct.http.servlet.ResponseBuilder
org.tinystruct.mail
org.tinystruct.mail.org.tinystruct.mail.Connection
org.tinystruct.mail.org.tinystruct.mail.ConnectionManager
org.tinystruct.mail.org.tinystruct.mail.POP3Connection
org.tinystruct.mail.org.tinystruct.mail.SMTPConnection
org.tinystruct.mail.org.tinystruct.mail.SimpleMail
org.tinystruct.mqtt
org.tinystruct.mqtt.org.tinystruct.mqtt.MQTTClient
org.tinystruct.mqtt.org.tinystruct.mqtt.MessageListener
org.tinystruct.mqtt.org.tinystruct.mqtt.MessageQueue
org.tinystruct.system
org.tinystruct.system.org.tinystruct.system.ApplicationManager
org.tinystruct.system.org.tinystruct.system.Bootstrap
org.tinystruct.system.org.tinystruct.system.Callback
org.tinystruct.system.org.tinystruct.system.ClassFileLoader
org.tinystruct.system.org.tinystruct.system.Configuration
org.tinystruct.system.org.tinystruct.system.Dispatcher
org.tinystruct.system.org.tinystruct.system.Event
org.tinystruct.system.org.tinystruct.system.HttpProxyServer
org.tinystruct.system.org.tinystruct.system.Language
org.tinystruct.system.org.tinystruct.system.Listener
org.tinystruct.system.org.tinystruct.system.MQTTServer
org.tinystruct.system.org.tinystruct.system.NettyHttpServer
org.tinystruct.system.org.tinystruct.system.ProxyServer
org.tinystruct.system.org.tinystruct.system.RedisProxyServer
org.tinystruct.system.org.tinystruct.system.RemoteDispatcher
org.tinystruct.system.org.tinystruct.system.Resource
org.tinystruct.system.org.tinystruct.system.Resources
org.tinystruct.system.org.tinystruct.system.Settings
org.tinystruct.system.org.tinystruct.system.TomcatServer
org.tinystruct.system.cli
org.tinystruct.system.cli.org.tinystruct.system.cli.CommandArgument
org.tinystruct.system.cli.org.tinystruct.system.cli.CommandArgumentException
org.tinystruct.system.cli.org.tinystruct.system.cli.CommandLine
org.tinystruct.system.cli.org.tinystruct.system.cli.CommandOption
org.tinystruct.system.cli.org.tinystruct.system.cli.Kernel32
org.tinystruct.system.scheduling
org.tinystruct.system.scheduling.org.tinystruct.system.scheduling.AlarmClock
org.tinystruct.system.scheduling.org.tinystruct.system.scheduling.ScheduleIterator
org.tinystruct.system.scheduling.org.tinystruct.system.scheduling.Scheduler
org.tinystruct.system.scheduling.org.tinystruct.system.scheduling.SchedulerTask
org.tinystruct.system.scheduling.org.tinystruct.system.scheduling.SchedulerTimerTask
org.tinystruct.system.scheduling.org.tinystruct.system.scheduling.TimeIterator
org.tinystruct.system.security
org.tinystruct.system.security.org.tinystruct.system.security.Authentication
org.tinystruct.system.security.org.tinystruct.system.security.Credential
org.tinystruct.system.security.org.tinystruct.system.security.KeyPairGenerator
org.tinystruct.system.security.oauth2
org.tinystruct.system.security.oauth2.org.tinystruct.system.security.oauth2.OAuth2Client
org.tinystruct.system.security.oauth2.org.tinystruct.system.security.oauth2.UserCredential
org.tinystruct.system.template
org.tinystruct.system.template.org.tinystruct.system.template.DefaultTemplate
org.tinystruct.system.template.org.tinystruct.system.template.ElementExpression
org.tinystruct.system.template.org.tinystruct.system.template.Expression
org.tinystruct.system.template.org.tinystruct.system.template.Parser
org.tinystruct.system.template.org.tinystruct.system.template.PlainText
org.tinystruct.system.template.parser
org.tinystruct.system.template.parser.org.tinystruct.system.template.parser.ArrayParser
org.tinystruct.system.template.parser.org.tinystruct.system.template.parser.ListParser
org.tinystruct.system.template.variable
org.tinystruct.system.template.variable.org.tinystruct.system.template.variable.Array
org.tinystruct.system.template.variable.org.tinystruct.system.template.variable.ArrayVariable
org.tinystruct.system.template.variable.org.tinystruct.system.template.variable.DataType
org.tinystruct.system.template.variable.org.tinystruct.system.template.variable.DataVariable
org.tinystruct.system.template.variable.org.tinystruct.system.template.variable.FloatVariable
org.tinystruct.system.template.variable.org.tinystruct.system.template.variable.IntegerVariable
org.tinystruct.system.template.variable.org.tinystruct.system.template.variable.Listing
org.tinystruct.system.template.variable.org.tinystruct.system.template.variable.ObjectVariable
org.tinystruct.system.template.variable.org.tinystruct.system.template.variable.StringVariable
org.tinystruct.system.template.variable.org.tinystruct.system.template.variable.Variable
org.tinystruct.system.util
org.tinystruct.system.util.org.tinystruct.system.util.ClassInfo
org.tinystruct.system.util.org.tinystruct.system.util.FileFinder
org.tinystruct.system.util.org.tinystruct.system.util.FileGenerator
org.tinystruct.system.util.org.tinystruct.system.util.Local
org.tinystruct.system.util.org.tinystruct.system.util.Matrix
org.tinystruct.system.util.org.tinystruct.system.util.StringUtilities
org.tinystruct.system.util.org.tinystruct.system.util.TextFileLoader
org.tinystruct.system.util.org.tinystruct.system.util.URLResourceLoader
org.tinystruct.transfer
org.tinystruct.transfer.org.tinystruct.transfer.DistributedMessageQueue
org.tinystruct.transfer.org.tinystruct.transfer.MessageQueue
org.tinystruct.transfer.http
org.tinystruct.transfer.http.org.tinystruct.transfer.http.AbstractReadableByteChannelWrapper
org.tinystruct.transfer.http.org.tinystruct.transfer.http.ReadableByteChannelWrapper
org.tinystruct.transfer.http.upload
org.tinystruct.transfer.http.upload.org.tinystruct.transfer.http.upload.ContentDisposition
org.tinystruct.valve
org.tinystruct.valve.org.tinystruct.valve.DistributedHashMap
org.tinystruct.valve.org.tinystruct.valve.DistributedLock
org.tinystruct.valve.org.tinystruct.valve.DistributedRedisLock
org.tinystruct.valve.org.tinystruct.valve.Lock
org.tinystruct.valve.org.tinystruct.valve.LockKey
org.tinystruct.valve.org.tinystruct.valve.Watcher
org.tinystruct.vitality
org.tinystruct.vitality.org.tinystruct.vitality.Absorbable
org.tinystruct.vitality.org.tinystruct.vitality.Digestable
org.tinystruct.vitality.org.tinystruct.vitality.Growable
.unlock.lua




© 2015 - 2024 Weber Informatics LLC | Privacy Policy