is not current version
Last Version 4.3

edu.uiuc.ncsa.myproxy:myproxy 3.4

Open Authorization (OAuth) client and server code for MyProxy

GroupId

GroupId

edu.uiuc.ncsa.myproxy
ArtifactId

ArtifactId

myproxy
Version

Version

3.4
Type

Type

pom

Download myproxy 3.4

Filename Size
myproxy-3.4.pom 7 KB
Browse

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