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