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