License |
License |
---|---|
GroupId | GroupIdorg.jglobus |
ArtifactId | ArtifactIdparent |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJGlobus
Java implementation of the Grid Security Infrastructure (GSI), developed by the Globus project.
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-2.1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jglobus/parent/ -->
<dependency>
<groupId>org.jglobus</groupId>
<artifactId>parent</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jglobus/parent/
implementation 'org.jglobus:parent:2.1.0'
// https://jarcasting.com/artifacts/org.jglobus/parent/
implementation ("org.jglobus:parent:2.1.0")
'org.jglobus:parent:pom:2.1.0'
<dependency org="org.jglobus" name="parent" rev="2.1.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jglobus', module='parent', version='2.1.0')
)
libraryDependencies += "org.jglobus" % "parent" % "2.1.0"
[org.jglobus/parent "2.1.0"]