License |
License |
---|---|
GroupId | GroupIdorg.jglobus |
ArtifactId | ArtifactIdJGlobus-Core |
Last Version | Last Version2.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJGlobus Core 2.0.4
JGlobus module is a Globus project that has core Java runtime and security technologies for GRID resources access and usage
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
JGlobus-Core-2.0.4.pom | |
JGlobus-Core-2.0.4.jar | 3 MB |
JGlobus-Core-2.0.4-sources.jar | 312 KB |
JGlobus-Core-2.0.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jglobus/JGlobus-Core/ -->
<dependency>
<groupId>org.jglobus</groupId>
<artifactId>JGlobus-Core</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jglobus/JGlobus-Core/
implementation 'org.jglobus:JGlobus-Core:2.0.4'
// https://jarcasting.com/artifacts/org.jglobus/JGlobus-Core/
implementation ("org.jglobus:JGlobus-Core:2.0.4")
'org.jglobus:JGlobus-Core:jar:2.0.4'
<dependency org="org.jglobus" name="JGlobus-Core" rev="2.0.4">
<artifact name="JGlobus-Core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jglobus', module='JGlobus-Core', version='2.0.4')
)
libraryDependencies += "org.jglobus" % "JGlobus-Core" % "2.0.4"
[org.jglobus/JGlobus-Core "2.0.4"]