| Группа | Группаcom.microsoft.reef |
|---|---|
| Идентификатор | Идентификаторreef-tests |
| Версия | Версия0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]