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

Download kik-botmill JAR 1.1.0 with all dependencies


Event-driven framework for Kik Messenger's bots

Files of the artifact kik-botmill version 1.1.0 from the group co.aurasphere.botmill.

Artifact kik-botmill
Group co.aurasphere.botmill
Version 1.1.0
Last update 05. February 2017
Tags: event driven bots messenger framework
Organization BotMill
URL http://www.botmill.io
License MIT License
Dependencies amount 8
Dependencies gson, httpclient, httpmime, slf4j-api, logback-classic, hibernate-validator, javax.el, botmill-core,
There are maybe transitive dependencies!
There is a newer version: 2.0.0-RC1
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of kik-botmill Show documentation

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

kik-botmill
Rate from 1 - 5, Rated 3.00 based on 3 reviews

7 downloads

Source code of kik-botmill version 1.1.0

META-INF
META-INF.META-INF.MANIFEST.MF
co.aurasphere.botmill.kik
co.aurasphere.botmill.kik.co.aurasphere.botmill.kik.KikBotMillContext
co.aurasphere.botmill.kik.co.aurasphere.botmill.kik.KikBotMillEntry
co.aurasphere.botmill.kik.co.aurasphere.botmill.kik.KikBotMillLoader
co.aurasphere.botmill.kik.co.aurasphere.botmill.kik.KikBotMillServlet
co.aurasphere.botmill.kik.builder
co.aurasphere.botmill.kik.builder.co.aurasphere.botmill.kik.builder.ActionFrameBuilder
co.aurasphere.botmill.kik.builder.co.aurasphere.botmill.kik.builder.ActionMessageBuilder
co.aurasphere.botmill.kik.builder.co.aurasphere.botmill.kik.builder.ConfigurationBuilder
co.aurasphere.botmill.kik.builder.co.aurasphere.botmill.kik.builder.KeyboardBuilder
co.aurasphere.botmill.kik.builder.co.aurasphere.botmill.kik.builder.LinkMessageBuilder
co.aurasphere.botmill.kik.builder.co.aurasphere.botmill.kik.builder.PictureMessageBuilder
co.aurasphere.botmill.kik.builder.co.aurasphere.botmill.kik.builder.TextMessageBuilder
co.aurasphere.botmill.kik.builder.co.aurasphere.botmill.kik.builder.VideoMessageBuilder
co.aurasphere.botmill.kik.configuration
co.aurasphere.botmill.kik.configuration.co.aurasphere.botmill.kik.configuration.Authentication
co.aurasphere.botmill.kik.configuration.co.aurasphere.botmill.kik.configuration.Configuration
co.aurasphere.botmill.kik.configuration.co.aurasphere.botmill.kik.configuration.Features
co.aurasphere.botmill.kik.exception
co.aurasphere.botmill.kik.exception.co.aurasphere.botmill.kik.exception.KikBotMillException
co.aurasphere.botmill.kik.exception.co.aurasphere.botmill.kik.exception.KikError
co.aurasphere.botmill.kik.exception.co.aurasphere.botmill.kik.exception.KikErrorMessage
co.aurasphere.botmill.kik.factory
co.aurasphere.botmill.kik.factory.co.aurasphere.botmill.kik.factory.EventFactory
co.aurasphere.botmill.kik.factory.co.aurasphere.botmill.kik.factory.MessageFactory
co.aurasphere.botmill.kik.factory.co.aurasphere.botmill.kik.factory.ReplyFactory
co.aurasphere.botmill.kik.incoming.event
co.aurasphere.botmill.kik.incoming.event.co.aurasphere.botmill.kik.incoming.event.AnyEvent
co.aurasphere.botmill.kik.incoming.event.co.aurasphere.botmill.kik.incoming.event.DeliveryReceiptEvent
co.aurasphere.botmill.kik.incoming.event.co.aurasphere.botmill.kik.incoming.event.EventType
co.aurasphere.botmill.kik.incoming.event.co.aurasphere.botmill.kik.incoming.event.FriendPickerEvent
co.aurasphere.botmill.kik.incoming.event.co.aurasphere.botmill.kik.incoming.event.IsTypingEvent
co.aurasphere.botmill.kik.incoming.event.co.aurasphere.botmill.kik.incoming.event.LinkMessageEvent
co.aurasphere.botmill.kik.incoming.event.co.aurasphere.botmill.kik.incoming.event.MentionEvent
co.aurasphere.botmill.kik.incoming.event.co.aurasphere.botmill.kik.incoming.event.PictureMessageEvent
co.aurasphere.botmill.kik.incoming.event.co.aurasphere.botmill.kik.incoming.event.ScanDataEvent
co.aurasphere.botmill.kik.incoming.event.co.aurasphere.botmill.kik.incoming.event.StartChattingEvent
co.aurasphere.botmill.kik.incoming.event.co.aurasphere.botmill.kik.incoming.event.StickerEvent
co.aurasphere.botmill.kik.incoming.event.co.aurasphere.botmill.kik.incoming.event.TextMessageEvent
co.aurasphere.botmill.kik.incoming.event.co.aurasphere.botmill.kik.incoming.event.TextMessagePatternEvent
co.aurasphere.botmill.kik.incoming.event.co.aurasphere.botmill.kik.incoming.event.VideoMessageEvent
co.aurasphere.botmill.kik.incoming.event.annotation
co.aurasphere.botmill.kik.incoming.event.annotation.co.aurasphere.botmill.kik.incoming.event.annotation.BotMillController
co.aurasphere.botmill.kik.incoming.event.annotation.co.aurasphere.botmill.kik.incoming.event.annotation.BotMillDomain
co.aurasphere.botmill.kik.incoming.handler
co.aurasphere.botmill.kik.incoming.handler.co.aurasphere.botmill.kik.incoming.handler.IncomingToOutgoingMessageHandler
co.aurasphere.botmill.kik.incoming.handler.co.aurasphere.botmill.kik.incoming.handler.JsonToActionFrameHandler
co.aurasphere.botmill.kik.incoming.handler.model
co.aurasphere.botmill.kik.incoming.handler.model.co.aurasphere.botmill.kik.incoming.handler.model.JsonAction
co.aurasphere.botmill.kik.incoming.handler.model.co.aurasphere.botmill.kik.incoming.handler.model.JsonKeyboard
co.aurasphere.botmill.kik.incoming.handler.model.co.aurasphere.botmill.kik.incoming.handler.model.JsonReply
co.aurasphere.botmill.kik.incoming.handler.model.co.aurasphere.botmill.kik.incoming.handler.model.JsonResponse
co.aurasphere.botmill.kik.incoming.handler.model.co.aurasphere.botmill.kik.incoming.handler.model.JsonToActionFrame
co.aurasphere.botmill.kik.incoming.model
co.aurasphere.botmill.kik.incoming.model.co.aurasphere.botmill.kik.incoming.model.DeliveryReceiptMessage
co.aurasphere.botmill.kik.incoming.model.co.aurasphere.botmill.kik.incoming.model.FriendPickerMessage
co.aurasphere.botmill.kik.incoming.model.co.aurasphere.botmill.kik.incoming.model.IncomingMessage
co.aurasphere.botmill.kik.incoming.model.co.aurasphere.botmill.kik.incoming.model.IsTypingMessage
co.aurasphere.botmill.kik.incoming.model.co.aurasphere.botmill.kik.incoming.model.LinkMessage
co.aurasphere.botmill.kik.incoming.model.co.aurasphere.botmill.kik.incoming.model.PictureMessage
co.aurasphere.botmill.kik.incoming.model.co.aurasphere.botmill.kik.incoming.model.ScanDataMessage
co.aurasphere.botmill.kik.incoming.model.co.aurasphere.botmill.kik.incoming.model.StartChattingMessage
co.aurasphere.botmill.kik.incoming.model.co.aurasphere.botmill.kik.incoming.model.StickerMessage
co.aurasphere.botmill.kik.incoming.model.co.aurasphere.botmill.kik.incoming.model.TextMessage
co.aurasphere.botmill.kik.incoming.model.co.aurasphere.botmill.kik.incoming.model.VideoMessage
co.aurasphere.botmill.kik.json
co.aurasphere.botmill.kik.json.co.aurasphere.botmill.kik.json.CalendarSerializer
co.aurasphere.botmill.kik.json.co.aurasphere.botmill.kik.json.EnumLowercaseSerializer
co.aurasphere.botmill.kik.json.co.aurasphere.botmill.kik.json.IncomingMessagesDeserializer
co.aurasphere.botmill.kik.json.co.aurasphere.botmill.kik.json.JsonUtils
co.aurasphere.botmill.kik.json.co.aurasphere.botmill.kik.json.LowerCaseTypeAdapterFactory
co.aurasphere.botmill.kik.json.co.aurasphere.botmill.kik.json.SkipDeserialization
co.aurasphere.botmill.kik.json.co.aurasphere.botmill.kik.json.SkipDeserializationAnnotationExclusionStrategy
co.aurasphere.botmill.kik.model
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.AbstractAnnotatedDomain
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.AbstractDomain
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.AbstractFrame
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.AbstractReply
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.ActionFrame
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.Attribution
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.BaseBuilder
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.Buildable
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.Command
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.Domain
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.Event
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.Frame
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.KeyValuePair
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.Keyboard
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.KeyboardType
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.Keyboardable
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.KikJsData
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.MediaAttribution
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.MediaMessage
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.Message
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.MessageCallback
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.MessageEnvelope
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.MessagePostback
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.MessageType
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.Reply
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.Response
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.ResponseType
co.aurasphere.botmill.kik.model.co.aurasphere.botmill.kik.model.UserProfile
co.aurasphere.botmill.kik.network
co.aurasphere.botmill.kik.network.co.aurasphere.botmill.kik.network.KikBotMillNetworkConstants
co.aurasphere.botmill.kik.network.co.aurasphere.botmill.kik.network.NetworkUtils
co.aurasphere.botmill.kik.outgoing.model
co.aurasphere.botmill.kik.outgoing.model.co.aurasphere.botmill.kik.outgoing.model.IsTypingMessage
co.aurasphere.botmill.kik.outgoing.model.co.aurasphere.botmill.kik.outgoing.model.LinkMessage
co.aurasphere.botmill.kik.outgoing.model.co.aurasphere.botmill.kik.outgoing.model.OutgoingMessage
co.aurasphere.botmill.kik.outgoing.model.co.aurasphere.botmill.kik.outgoing.model.PictureMessage
co.aurasphere.botmill.kik.outgoing.model.co.aurasphere.botmill.kik.outgoing.model.ReadReceiptMessage
co.aurasphere.botmill.kik.outgoing.model.co.aurasphere.botmill.kik.outgoing.model.TextMessage
co.aurasphere.botmill.kik.outgoing.model.co.aurasphere.botmill.kik.outgoing.model.VideoMessage
co.aurasphere.botmill.kik.outgoing.reply
co.aurasphere.botmill.kik.outgoing.reply.co.aurasphere.botmill.kik.outgoing.reply.AnyReply
co.aurasphere.botmill.kik.outgoing.reply.co.aurasphere.botmill.kik.outgoing.reply.IsTypingReply
co.aurasphere.botmill.kik.outgoing.reply.co.aurasphere.botmill.kik.outgoing.reply.LinkMessageReply
co.aurasphere.botmill.kik.outgoing.reply.co.aurasphere.botmill.kik.outgoing.reply.PictureMessageReply
co.aurasphere.botmill.kik.outgoing.reply.co.aurasphere.botmill.kik.outgoing.reply.ReadReceiptReply
co.aurasphere.botmill.kik.outgoing.reply.co.aurasphere.botmill.kik.outgoing.reply.TextMessageReply
co.aurasphere.botmill.kik.outgoing.reply.co.aurasphere.botmill.kik.outgoing.reply.VideoMessageReply
co.aurasphere.botmill.kik.retriever
co.aurasphere.botmill.kik.retriever.co.aurasphere.botmill.kik.retriever.KikUserProfileRetriever




© 2015 - 2024 Weber Informatics LLC | Privacy Policy