| GroupId | GroupIdcom.microsoft.reef |
|---|---|
| ArtifactId | ArtifactIdreef-examples-clr |
| Version | Version0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reef-examples-clr-0.6.pom | |
| reef-examples-clr-0.6.jar | 43 KB |
| reef-examples-clr-0.6-tests.jar | 2 KB |
| reef-examples-clr-0.6-sources.jar | 16 KB |
| reef-examples-clr-0.6-javadoc.jar | 109 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.reef/reef-examples-clr/ -->
<dependency>
<groupId>com.microsoft.reef</groupId>
<artifactId>reef-examples-clr</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-examples-clr/
implementation 'com.microsoft.reef:reef-examples-clr:0.6'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-examples-clr/
implementation ("com.microsoft.reef:reef-examples-clr:0.6")
'com.microsoft.reef:reef-examples-clr:jar:0.6'
<dependency org="com.microsoft.reef" name="reef-examples-clr" rev="0.6">
<artifact name="reef-examples-clr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-examples-clr', version='0.6')
)
libraryDependencies += "com.microsoft.reef" % "reef-examples-clr" % "0.6"
[com.microsoft.reef/reef-examples-clr "0.6"]