Last Version

Jabot 0.2.0

Java + Bot = Jabot

License

License

GroupId

GroupId

com.krrrr38
ArtifactId

ArtifactId

jabot
Version

Version

0.2.0
Type

Type

pom
Description

Description

Jabot
Java + Bot = Jabot
Project URL

Project URL

https://github.com/krrrr38/jabot
Source Code Management

Source Code Management

https://github.com/krrrr38/jabot

Download jabot 0.2.0

Filename Size
jabot-0.2.0.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.krrrr38/jabot/ -->
<dependency>
    <groupId>com.krrrr38</groupId>
    <artifactId>jabot</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.krrrr38/jabot/
implementation 'com.krrrr38:jabot:0.2.0'
// https://jarcasting.com/artifacts/com.krrrr38/jabot/
implementation ("com.krrrr38:jabot:0.2.0")
'com.krrrr38:jabot:pom:0.2.0'
<dependency org="com.krrrr38" name="jabot" rev="0.2.0">
  <artifact name="jabot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.krrrr38', module='jabot', version='0.2.0')
)
libraryDependencies += "com.krrrr38" % "jabot" % "0.2.0"
[com.krrrr38/jabot "0.2.0"]

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.8

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3

Project Modules

  • jabot-app
  • jabot-loader
  • jabot-plugin-base
  • jabot-handler-plugin
  • jabot-adapter-plugin
  • jabot-brain-plugin
  • plugins/jabot-shell-adapter
  • plugins/jabot-slack-adapter
  • plugins/jabot-hipchat-adapter
  • plugins/jabot-line-bot-api-adapter
  • plugins/jabot-inmemory-brain
  • plugins/jabot-redis-brain
  • plugins/jabot-ping-handler
  • plugins/jabot-time-handler
  • plugins/jabot-help-handler
  • plugins/jabot-echo-handler
  • plugins/jabot-replace-handler
  • plugins/jabot-task-handler
  • plugins/jabot-memo-handler
  • plugins/jabot-job-handler
  • plugins/jabot-health-check-handler