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