License |
License |
---|---|
GroupId | GroupIdorg.jglobus |
ArtifactId | ArtifactIdjglobus-all |
Last Version | Last Version2.0.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJGlobus
Java implementation of the clients to Grid Security Infrastructure (GSI), MyProxy, GRAM, GridFTP. JGlobus is originally developed by the Globus project
and now adopted by user community and developed in GitHub.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jglobus-all-2.0.6.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jglobus/jglobus-all/ -->
<dependency>
<groupId>org.jglobus</groupId>
<artifactId>jglobus-all</artifactId>
<version>2.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jglobus/jglobus-all/
implementation 'org.jglobus:jglobus-all:2.0.6'
// https://jarcasting.com/artifacts/org.jglobus/jglobus-all/
implementation ("org.jglobus:jglobus-all:2.0.6")
'org.jglobus:jglobus-all:pom:2.0.6'
<dependency org="org.jglobus" name="jglobus-all" rev="2.0.6">
<artifact name="jglobus-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jglobus', module='jglobus-all', version='2.0.6')
)
libraryDependencies += "org.jglobus" % "jglobus-all" % "2.0.6"
[org.jglobus/jglobus-all "2.0.6"]