MVN

org.jglobus : jglobus-all

Maven & Gradle

Sep 05, 2013
23 stars

JGlobus · 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.

<dependency>
    <groupId>org.jglobus</groupId>
    <artifactId>jglobus-all</artifactId>
    <version>2.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jglobus : jglobus-all to add to Maven - Latest Versions:

  • Latest Stable: 2.0.6

All Versions

Choose a version of org.jglobus : jglobus-all to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
jglobus-all-2.0.6
jglobus-all-2.0.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jglobus</groupId>
    <artifactId>jglobus-all</artifactId>
    <version>2.0.6</version>
</dependency>

Advertisement