r

reef-dotnet

Reef Dot Net
Files download
File Operation
reef-dotnet-0.11.0-incubating.jar download
reef-dotnet-0.11.0-incubating.pom download
reef-dotnet-0.11.0-incubating-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.reef</groupId>
  <artifactId>reef-dotnet</artifactId>
  <version>0.11.0-incubating</version>
</dependency>
Gradle Groovy
implementation 'org.apache.reef:reef-dotnet:0.11.0-incubating'
Gradle Kotlin
implementation("org.apache.reef:reef-dotnet:0.11.0-incubating")
Scala SBT
libraryDependencies += "org.apache.reef" % "reef-dotnet" % "0.11.0-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.reef', module='reef-dotnet', version='0.11.0-incubating')
)
Apache Ivy
<dependency org="org.apache.reef" name="reef-dotnet" rev="0.11.0-incubating" />
Leiningen
[org.apache.reef/reef-dotnet "0.11.0-incubating"]
Apache Buildr
'org.apache.reef:reef-dotnet:jar:0.11.0-incubating'