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