GroupId | GroupIdcom.github.delegacy.youngbot |
---|---|
ArtifactId | ArtifactIdyoung-bot-dispatcher |
Version | Version0.0.1 |
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.1</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.1'
// https://jarcasting.com/artifacts/com.github.delegacy.youngbot/young-bot-dispatcher/
implementation ("com.github.delegacy.youngbot:young-bot-dispatcher:0.0.1")
'com.github.delegacy.youngbot:young-bot-dispatcher:pom:0.0.1'
<dependency org="com.github.delegacy.youngbot" name="young-bot-dispatcher" rev="0.0.1">
<artifact name="young-bot-dispatcher" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.delegacy.youngbot', module='young-bot-dispatcher', version='0.0.1')
)
libraryDependencies += "com.github.delegacy.youngbot" % "young-bot-dispatcher" % "0.0.1"
[com.github.delegacy.youngbot/young-bot-dispatcher "0.0.1"]