| GroupId | GroupIdcom.microsoft.reef |
|---|---|
| ArtifactId | ArtifactIdreef-project |
| Version | Version0.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| reef-project-0.8.pom | 20 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.reef/reef-project/ -->
<dependency>
<groupId>com.microsoft.reef</groupId>
<artifactId>reef-project</artifactId>
<version>0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-project/
implementation 'com.microsoft.reef:reef-project:0.8'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-project/
implementation ("com.microsoft.reef:reef-project:0.8")
'com.microsoft.reef:reef-project:pom:0.8'
<dependency org="com.microsoft.reef" name="reef-project" rev="0.8">
<artifact name="reef-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-project', version='0.8')
)
libraryDependencies += "com.microsoft.reef" % "reef-project" % "0.8"
[com.microsoft.reef/reef-project "0.8"]