| GroupId | GroupIdcom.microsoft.reef |
|---|---|
| ArtifactId | ArtifactIdreef-annotations |
| Version | Version0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reef-annotations-0.8.pom | |
| reef-annotations-0.8.jar | 5 KB |
| reef-annotations-0.8-sources.jar | 9 KB |
| reef-annotations-0.8-javadoc.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.reef/reef-annotations/ -->
<dependency>
<groupId>com.microsoft.reef</groupId>
<artifactId>reef-annotations</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-annotations/
implementation 'com.microsoft.reef:reef-annotations:0.8'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-annotations/
implementation ("com.microsoft.reef:reef-annotations:0.8")
'com.microsoft.reef:reef-annotations:jar:0.8'
<dependency org="com.microsoft.reef" name="reef-annotations" rev="0.8">
<artifact name="reef-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-annotations', version='0.8')
)
libraryDependencies += "com.microsoft.reef" % "reef-annotations" % "0.8"
[com.microsoft.reef/reef-annotations "0.8"]