| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.microsoft.reef |
| Идентификатор | Идентификаторreef-annotations |
| Версия | Версия0.9 |
| Тип | Типjar |
| Описание |
ОписаниеREEF Annotations
The Retainable Evaluator Execution Framework.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| reef-annotations-0.9.pom | |
| reef-annotations-0.9.jar | 5 KB |
| reef-annotations-0.9-sources.jar | 9 KB |
| reef-annotations-0.9-javadoc.jar | 91 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.reef/reef-annotations/ -->
<dependency>
<groupId>com.microsoft.reef</groupId>
<artifactId>reef-annotations</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-annotations/
implementation 'com.microsoft.reef:reef-annotations:0.9'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-annotations/
implementation ("com.microsoft.reef:reef-annotations:0.9")
'com.microsoft.reef:reef-annotations:jar:0.9'
<dependency org="com.microsoft.reef" name="reef-annotations" rev="0.9">
<artifact name="reef-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-annotations', version='0.9')
)
libraryDependencies += "com.microsoft.reef" % "reef-annotations" % "0.9"
[com.microsoft.reef/reef-annotations "0.9"]