GroupId | GroupIdit.rebase |
---|---|
ArtifactId | ArtifactIdrebot-welcome-message-plugin |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/it.rebase/rebot-welcome-message-plugin/ -->
<dependency>
<groupId>it.rebase</groupId>
<artifactId>rebot-welcome-message-plugin</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.rebase/rebot-welcome-message-plugin/
implementation 'it.rebase:rebot-welcome-message-plugin:0.1'
// https://jarcasting.com/artifacts/it.rebase/rebot-welcome-message-plugin/
implementation ("it.rebase:rebot-welcome-message-plugin:0.1")
'it.rebase:rebot-welcome-message-plugin:jar:0.1'
<dependency org="it.rebase" name="rebot-welcome-message-plugin" rev="0.1">
<artifact name="rebot-welcome-message-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.rebase', module='rebot-welcome-message-plugin', version='0.1')
)
libraryDependencies += "it.rebase" % "rebot-welcome-message-plugin" % "0.1"
[it.rebase/rebot-welcome-message-plugin "0.1"]