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