License |
License |
---|---|
GroupId | GroupIddev.struchkov.godfather |
ArtifactId | ArtifactIdbot-core |
Version | Version0.0.3 |
Type | Typejar |
Description |
DescriptionBot Core
Реализация основной логики для создания ботов без привязки к конкретным социальным сетям.
|
Filename | Size |
---|---|
bot-core-0.0.3.pom | |
bot-core-0.0.3.jar | 84 KB |
bot-core-0.0.3-sources.jar | 35 KB |
bot-core-0.0.3-javadoc.jar | 373 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.struchkov.godfather/bot-core/ -->
<dependency>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>bot-core</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/dev.struchkov.godfather/bot-core/
implementation 'dev.struchkov.godfather:bot-core:0.0.3'
// https://jarcasting.com/artifacts/dev.struchkov.godfather/bot-core/
implementation ("dev.struchkov.godfather:bot-core:0.0.3")
'dev.struchkov.godfather:bot-core:jar:0.0.3'
<dependency org="dev.struchkov.godfather" name="bot-core" rev="0.0.3">
<artifact name="bot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.struchkov.godfather', module='bot-core', version='0.0.3')
)
libraryDependencies += "dev.struchkov.godfather" % "bot-core" % "0.0.3"
[dev.struchkov.godfather/bot-core "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
dev.struchkov.godfather : bot-context | jar | 0.0.3 |
org.sadtech.autoresponder : autoresponder | jar | 1.9.4-RELEASE |