is not current version
Last Version 1.2

eu.bolt:requiresannotation.annotation 1.1

Annotation that checks annotation for classes in the method parameters.

GroupId

GroupId

eu.bolt
ArtifactId

ArtifactId

requiresannotation.annotation
Version

Version

1.1
Type

Type

jar

Download requiresannotation.annotation 1.1


<!-- 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"]