GroupId | GroupIdeu.bolt |
---|---|
ArtifactId | ArtifactIdrequiresannotation.annotation |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.bolt/requiresannotation.annotation/ -->
<dependency>
<groupId>eu.bolt</groupId>
<artifactId>requiresannotation.annotation</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.bolt/requiresannotation.annotation/
implementation 'eu.bolt:requiresannotation.annotation:1.1'
// https://jarcasting.com/artifacts/eu.bolt/requiresannotation.annotation/
implementation ("eu.bolt:requiresannotation.annotation:1.1")
'eu.bolt:requiresannotation.annotation:jar:1.1'
<dependency org="eu.bolt" name="requiresannotation.annotation" rev="1.1">
<artifact name="requiresannotation.annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.bolt', module='requiresannotation.annotation', version='1.1')
)
libraryDependencies += "eu.bolt" % "requiresannotation.annotation" % "1.1"
[eu.bolt/requiresannotation.annotation "1.1"]