| Группа | Группаcom.microsoft.reef |
|---|---|
| Идентификатор | Идентификаторreef-tests |
| Версия | Версия0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| reef-tests-0.1.pom | |
| reef-tests-0.1.jar | 107 KB |
| reef-tests-0.1-sources.jar | 40 KB |
| reef-tests-0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-tests/
implementation 'com.microsoft.reef:reef-tests:0.1'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-tests/
implementation ("com.microsoft.reef:reef-tests:0.1")
'com.microsoft.reef:reef-tests:jar:0.1'
<dependency org="com.microsoft.reef" name="reef-tests" rev="0.1">
<artifact name="reef-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-tests', version='0.1')
)
libraryDependencies += "com.microsoft.reef" % "reef-tests" % "0.1"
[com.microsoft.reef/reef-tests "0.1"]