| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.airavata |
| Идентификатор | Идентификаторrest |
| Последняя версия | Последняя версия0.11 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеAiravata REST
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| rest-0.11.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.airavata/rest/ -->
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>rest</artifactId>
<version>0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.airavata/rest/
implementation 'org.apache.airavata:rest:0.11'
// https://jarcasting.com/artifacts/org.apache.airavata/rest/
implementation ("org.apache.airavata:rest:0.11")
'org.apache.airavata:rest:pom:0.11'
<dependency org="org.apache.airavata" name="rest" rev="0.11">
<artifact name="rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.airavata', module='rest', version='0.11')
)
libraryDependencies += "org.apache.airavata" % "rest" % "0.11"
[org.apache.airavata/rest "0.11"]