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