b

bot-domain

文件下载
文件名 操作
bot-domain-0.0.69.pom 下载
Apache Maven
<dependency>
  <groupId>dev.struchkov.godfather</groupId>
  <artifactId>bot-domain</artifactId>
  <version>0.0.69</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'dev.struchkov.godfather:bot-domain:0.0.69'
Gradle Kotlin
implementation("dev.struchkov.godfather:bot-domain:0.0.69")
Scala SBT
libraryDependencies += "dev.struchkov.godfather" % "bot-domain" % "0.0.69"
Groovy Grape
@Grapes(
  @Grab(group='dev.struchkov.godfather', module='bot-domain', version='0.0.69')
)
Apache Ivy
<dependency org="dev.struchkov.godfather" name="bot-domain" rev="0.0.69" />
Leiningen
[dev.struchkov.godfather/bot-domain "0.0.69"]
Apache Buildr
'dev.struchkov.godfather:bot-domain:jar:0.0.69'