License |
License |
---|---|
GroupId | GroupIdeu.bolt |
ArtifactId | ArtifactIdrequiresannotation.annotation |
Version | Version1.2 |
Type | Typejar |
Description |
Descriptioneu.bolt.requiresannotation.annotation
Annotation that checks annotation for classes in the method parameters.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/eu.bolt/requiresannotation.annotation/ -->
<dependency>
<groupId>eu.bolt</groupId>
<artifactId>requiresannotation.annotation</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.bolt/requiresannotation.annotation/
implementation 'eu.bolt:requiresannotation.annotation:1.2'
// https://jarcasting.com/artifacts/eu.bolt/requiresannotation.annotation/
implementation ("eu.bolt:requiresannotation.annotation:1.2")
'eu.bolt:requiresannotation.annotation:jar:1.2'
<dependency org="eu.bolt" name="requiresannotation.annotation" rev="1.2">
<artifact name="requiresannotation.annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.bolt', module='requiresannotation.annotation', version='1.2')
)
libraryDependencies += "eu.bolt" % "requiresannotation.annotation" % "1.2"
[eu.bolt/requiresannotation.annotation "1.2"]