| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jglobus |
| Идентификатор | ИдентификаторJGlobus-GRAM |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJGlobus GRAM 2.0.0
GRAM simplifies the use of remote systems by providing a single standard interface for requesting and using remote system resources for the execution of "jobs". The most common use (and the best supported use) of GRAM is remote job submission and control. This is typically used to support distributed computing applications. This library has the API's to create a GRAM client.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| JGlobus-GRAM-2.0.0.pom | |
| JGlobus-GRAM-2.0.0.jar | 118 KB |
| JGlobus-GRAM-2.0.0-sources.jar | 108 KB |
| JGlobus-GRAM-2.0.0-javadoc.jar | 396 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jglobus/JGlobus-GRAM/ -->
<dependency>
<groupId>org.jglobus</groupId>
<artifactId>JGlobus-GRAM</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jglobus/JGlobus-GRAM/
implementation 'org.jglobus:JGlobus-GRAM:2.0.0'
// https://jarcasting.com/artifacts/org.jglobus/JGlobus-GRAM/
implementation ("org.jglobus:JGlobus-GRAM:2.0.0")
'org.jglobus:JGlobus-GRAM:jar:2.0.0'
<dependency org="org.jglobus" name="JGlobus-GRAM" rev="2.0.0">
<artifact name="JGlobus-GRAM" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jglobus', module='JGlobus-GRAM', version='2.0.0')
)
libraryDependencies += "org.jglobus" % "JGlobus-GRAM" % "2.0.0"
[org.jglobus/JGlobus-GRAM "2.0.0"]