| GroupId | GroupIdorg.apache.reef | 
    
|---|---|
| ArtifactId | ArtifactIdreef-annotations | 
    
| Version | Version0.11.0-incubating | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.apache.reef/reef-annotations/ -->
<dependency>
    <groupId>org.apache.reef</groupId>
    <artifactId>reef-annotations</artifactId>
    <version>0.11.0-incubating</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.reef/reef-annotations/
implementation 'org.apache.reef:reef-annotations:0.11.0-incubating'
                // https://jarcasting.com/artifacts/org.apache.reef/reef-annotations/
implementation ("org.apache.reef:reef-annotations:0.11.0-incubating")
                'org.apache.reef:reef-annotations:jar:0.11.0-incubating'
                <dependency org="org.apache.reef" name="reef-annotations" rev="0.11.0-incubating">
  <artifact name="reef-annotations" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.reef', module='reef-annotations', version='0.11.0-incubating')
)
                libraryDependencies += "org.apache.reef" % "reef-annotations" % "0.11.0-incubating"
                [org.apache.reef/reef-annotations "0.11.0-incubating"]