License |
License |
---|---|
GroupId | GroupIdorg.jglobus |
ArtifactId | ArtifactIdJGlobus-GRAM |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJGlobus 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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]