License |
License |
---|---|
GroupId | GroupIddev.struchkov.godfather |
ArtifactId | ArtifactIdgodfather-bot |
Version | Version0.0.1-RELEASE |
Type | Typepom |
Description |
DescriptionGodFather Bot
Абстрактная бииблиотека для помощи в реализации библиотек ботов для конкретных социальных сетей
|
Project URL |
Project URL |
Filename | Size |
---|---|
godfather-bot-0.0.1-RELEASE.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.struchkov.godfather/godfather-bot/ -->
<dependency>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>godfather-bot</artifactId>
<version>0.0.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.struchkov.godfather/godfather-bot/
implementation 'dev.struchkov.godfather:godfather-bot:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/dev.struchkov.godfather/godfather-bot/
implementation ("dev.struchkov.godfather:godfather-bot:0.0.1-RELEASE")
'dev.struchkov.godfather:godfather-bot:pom:0.0.1-RELEASE'
<dependency org="dev.struchkov.godfather" name="godfather-bot" rev="0.0.1-RELEASE">
<artifact name="godfather-bot" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.struchkov.godfather', module='godfather-bot', version='0.0.1-RELEASE')
)
libraryDependencies += "dev.struchkov.godfather" % "godfather-bot" % "0.0.1-RELEASE"
[dev.struchkov.godfather/godfather-bot "0.0.1-RELEASE"]