GroupId | GroupIdorg.apache.reef |
---|---|
ArtifactId | ArtifactIdreef-runtime-local |
Version | Version0.14.0 |
Type | Typejar |
Filename | Size |
---|---|
reef-runtime-local-0.14.0.pom | |
reef-runtime-local-0.14.0.jar | 62 KB |
reef-runtime-local-0.14.0-sources.jar | 56 KB |
reef-runtime-local-0.14.0-javadoc.jar | 191 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.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.reef/reef-runtime-local/
implementation 'org.apache.reef:reef-runtime-local:0.14.0'
// https://jarcasting.com/artifacts/org.apache.reef/reef-runtime-local/
implementation ("org.apache.reef:reef-runtime-local:0.14.0")
'org.apache.reef:reef-runtime-local:jar:0.14.0'
<dependency org="org.apache.reef" name="reef-runtime-local" rev="0.14.0">
<artifact name="reef-runtime-local" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.reef', module='reef-runtime-local', version='0.14.0')
)
libraryDependencies += "org.apache.reef" % "reef-runtime-local" % "0.14.0"
[org.apache.reef/reef-runtime-local "0.14.0"]