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