is not current version
Last Version 2.0.4

org.jglobus:JGlobus-Core 2.0.1

JGlobus module is a Globus project that has core Java runtime and security technologies for GRID resources access and usage

GroupId

GroupId

org.jglobus
ArtifactId

ArtifactId

JGlobus-Core
Version

Version

2.0.1
Type

Type

jar

Download JGlobus-Core 2.0.1


<!-- https://jarcasting.com/artifacts/org.jglobus/JGlobus-Core/ -->
<dependency>
    <groupId>org.jglobus</groupId>
    <artifactId>JGlobus-Core</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jglobus/JGlobus-Core/
implementation 'org.jglobus:JGlobus-Core:2.0.1'
// https://jarcasting.com/artifacts/org.jglobus/JGlobus-Core/
implementation ("org.jglobus:JGlobus-Core:2.0.1")
'org.jglobus:JGlobus-Core:jar:2.0.1'
<dependency org="org.jglobus" name="JGlobus-Core" rev="2.0.1">
  <artifact name="JGlobus-Core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jglobus', module='JGlobus-Core', version='2.0.1')
)
libraryDependencies += "org.jglobus" % "JGlobus-Core" % "2.0.1"
[org.jglobus/JGlobus-Core "2.0.1"]