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