не последняя версия
Последняя версия 4.3

edu.uiuc.ncsa.myproxy:myproxy 3.1

Open Authorization (OAuth) client and server code for MyProxy

Группа

Группа

edu.uiuc.ncsa.myproxy
Идентификатор

Идентификатор

myproxy
Версия

Версия

3.1
Тип

Тип

pom

Скачать myproxy 3.1

Имя Файла Размер
myproxy-3.1.pom 7 KB
Обзор

<!-- https://jarcasting.com/artifacts/edu.uiuc.ncsa.myproxy/myproxy/ -->
<dependency>
    <groupId>edu.uiuc.ncsa.myproxy</groupId>
    <artifactId>myproxy</artifactId>
    <version>3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.uiuc.ncsa.myproxy/myproxy/
implementation 'edu.uiuc.ncsa.myproxy:myproxy:3.1'
// https://jarcasting.com/artifacts/edu.uiuc.ncsa.myproxy/myproxy/
implementation ("edu.uiuc.ncsa.myproxy:myproxy:3.1")
'edu.uiuc.ncsa.myproxy:myproxy:pom:3.1'
<dependency org="edu.uiuc.ncsa.myproxy" name="myproxy" rev="3.1">
  <artifact name="myproxy" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.uiuc.ncsa.myproxy', module='myproxy', version='3.1')
)
libraryDependencies += "edu.uiuc.ncsa.myproxy" % "myproxy" % "3.1"
[edu.uiuc.ncsa.myproxy/myproxy "3.1"]