GroupId | GroupIdcom.github.delegacy.youngbot |
---|---|
ArtifactId | ArtifactIdyoung-bot-dispatcher |
Version | Version0.0.2 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.github.delegacy.youngbot/young-bot-dispatcher/ -->
<dependency>
<groupId>com.github.delegacy.youngbot</groupId>
<artifactId>young-bot-dispatcher</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.delegacy.youngbot/young-bot-dispatcher/
implementation 'com.github.delegacy.youngbot:young-bot-dispatcher:0.0.2'
// https://jarcasting.com/artifacts/com.github.delegacy.youngbot/young-bot-dispatcher/
implementation ("com.github.delegacy.youngbot:young-bot-dispatcher:0.0.2")
'com.github.delegacy.youngbot:young-bot-dispatcher:pom:0.0.2'
<dependency org="com.github.delegacy.youngbot" name="young-bot-dispatcher" rev="0.0.2">
<artifact name="young-bot-dispatcher" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.delegacy.youngbot', module='young-bot-dispatcher', version='0.0.2')
)
libraryDependencies += "com.github.delegacy.youngbot" % "young-bot-dispatcher" % "0.0.2"
[com.github.delegacy.youngbot/young-bot-dispatcher "0.0.2"]