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