is not current version
Last Version 4.3

edu.uiuc.ncsa.myproxy:myproxy 1.1

Open Authorization (OAuth) client and server code for MyProxy

GroupId

GroupId

edu.uiuc.ncsa.myproxy
ArtifactId

ArtifactId

myproxy
Version

Version

1.1
Type

Type

pom

Download myproxy 1.1

Filename Size
myproxy-1.1.pom 7 KB
Browse

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