| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jglobus |
| Идентификатор | Идентификаторjglobus-all |
| Версия | Версия2.0.6 |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| jglobus-all-2.0.6.pom | 6 KB |
| Обзор |
<!-- 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"]